Skip to content

Commit bf2daea

Browse files
Fix task name after Gradle update
1 parent 0aa5f24 commit bf2daea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,10 @@ artifacts {
184184
archives packageSources
185185
}
186186

187+
187188
// sign all artifacts
188189
signing {
189-
required { !version.endsWith('SNAPSHOT') && gradle.taskGraph.hasTask('uploadArchives') }
190+
required { !version.endsWith('SNAPSHOT') && gradle.taskGraph.hasTask(':uploadArchives') }
190191
sign configurations.archives
191192
}
192193

0 commit comments

Comments
 (0)