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