Skip to content

Commit 2d96ad6

Browse files
committed
Do not sign archives unless required.
1 parent 924dd40 commit 2d96ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ gradle.taskGraph.whenReady {
124124
}
125125

126126
// Check if the upload task has been set or not.
127-
// project.signing.required = isReleaseVersion && gradle.taskGraph.hasTask('uploadArchives')
127+
project.signing.required = gradle.taskGraph.hasTask('uploadArchives')
128128
}

0 commit comments

Comments
 (0)