Upgraded thread workers and disable GPG temporarly.
This commit is contained in:
+4
-3
@@ -283,9 +283,10 @@ def isPublishingToMavenCentral() {
|
||||
}
|
||||
|
||||
signing {
|
||||
required { isPublishingToMavenCentral() }
|
||||
useGpgCmd()
|
||||
sign configurations.archives
|
||||
if(isPublishingToMavenCentral()) {
|
||||
useGpgCmd()
|
||||
sign configurations.archives
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
||||
Reference in New Issue
Block a user