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 @@ -80,7 +80,8 @@ extra["isReleaseVersion"] = !version.toString().endsWith("SNAPSHOT")
8080
8181signing { // https://docs.gradle.org/current/userguide/signing_plugin.html
8282 setRequired({
83- (project.extra[" isReleaseVersion" ] as Boolean ) && gradle.taskGraph.hasTask(" publish " )
83+ (project.extra[" isReleaseVersion" ] as Boolean ) // && gradle.taskGraph.hasTask("publishToSonatype ")
8484 })
85+ useGpgCmd()
8586 sign(publishing.publications[" mavenJava" ])
8687}
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ plugins {
1010 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8.0"
1111}
1212
13- rootProject.name = " debugjsse-project "
13+ rootProject.name = " debugjsse"
1414include(" debugjsse" )
You can’t perform that action at this time.
0 commit comments