We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3eea1 commit c83e0dbCopy full SHA for c83e0db
build.gradle
@@ -83,5 +83,5 @@ test {
83
84
signing {
85
required { gradle.taskGraph.hasTask("uploadArchives") }
86
- sign configuration.archives
+ sign configurations.archives
87
}
0 commit comments