File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- // Gradle script to build the asm project
1+ // Gradle script to build and publish the asm project
22
33plugins {
44 `java- library` // to build JVM libraries
@@ -174,11 +174,12 @@ tasks.named("publishMavenPublicationToMavenLocal") {
174174}
175175tasks.named(" publishMavenPublicationToCentralRepository" ) { dependsOn(" assemble" ) }
176176
177- // Register signing tasks:
177+ // Register tasks to sign the Maven artifacts for publication :
178178
179179// Signing relies on the existence of 3 properties
180180// (signing.keyId, signing.password, and signing.secretKeyRingFile)
181- // which should be stored in ~/.gradle/gradle.properties
181+ // which should be set in the ~/.gradle/gradle.properties file
182+ // or by -P options on the command line.
182183
183184signing {
184185 sign(publishing.publications[" maven" ])
You can’t perform that action at this time.
0 commit comments