Upgraded thread workers and disable GPG temporarly.
This commit is contained in:
parent
0be7dba5d3
commit
4b30ce12c9
|
@ -283,10 +283,11 @@ def isPublishingToMavenCentral() {
|
|||
}
|
||||
|
||||
signing {
|
||||
required { isPublishingToMavenCentral() }
|
||||
if(isPublishingToMavenCentral()) {
|
||||
useGpgCmd()
|
||||
sign configurations.archives
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
def isMavenCentral = isPublishingToMavenCentral()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
org.gradle.jvmargs=-Xmx3G
|
||||
|
||||
maxMemory = 1024m
|
||||
testThreads = 2
|
||||
testThreads = 4
|
Loading…
Reference in New Issue