File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 29
29
- name : Verify Javadoc
30
30
run : ./gradlew javadoc
31
31
- name : Verify, Sign and Publish Release
32
- run : ./gradlew -i signArchives signMavenJavaPublication publishToSonatype closeAndReleaseSonatypeStagingRepository
32
+ # run: ./gradlew -i signArchives signMavenJavaPublication publishToSonatype closeAndReleaseSonatypeStagingRepository
33
+ run : ./gradlew -i signMavenJavaPublication publishToSonatype closeAndReleaseSonatypeStagingRepository
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ if (isRelease) {
149
149
def signingKey = System . getenv(' SIGNING_KEY' )
150
150
def signingPassword = System . getenv(' SIGNING_PASSWORD' )
151
151
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
152
- sign configurations. archives
152
+ // sign configurations.archives
153
153
sign publishing. publications. mavenJava
154
154
}
155
155
}
You can’t perform that action at this time.
0 commit comments