Trying to fix Gradle stuff
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'signing'
|
||||
//apply plugin: 'signing'
|
||||
|
||||
uploadArchives.dependsOn { [check] }
|
||||
|
||||
@@ -53,12 +53,9 @@ ext {
|
||||
}
|
||||
|
||||
if (isReleaseToCentral) {
|
||||
signing {
|
||||
def signingKey = findProperty("signingKey")
|
||||
def signingPassword = findProperty("signingPassword")
|
||||
useInMemoryPgpKeys(signingKey, signingPassword)
|
||||
/*signing {
|
||||
sign configurations.archives
|
||||
}
|
||||
}*/
|
||||
|
||||
apply plugin: 'com.gradle.plugin-publish'
|
||||
|
||||
|
||||
@@ -222,10 +222,6 @@
|
||||
<argument>build</argument>
|
||||
<argument>-PverifierVersion=${project.version}</argument>
|
||||
<argument>-Pcentral</argument>
|
||||
<argument>-PsonatypeUsername=${env.SONATYPE_USER}</argument>
|
||||
<argument>-PsonatypePassword=${env.SONATYPE_PASSWORD}</argument>
|
||||
<argument>-PsigningKey=${env.FOO_SEC}</argument>
|
||||
<argument>-PsigningPassword=${env.FOO_PASSPHRASE}</argument>
|
||||
<argument>publishPlugins</argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user