Upgraded thread workers and disable GPG temporarly.

This commit is contained in:
Speiger 2024-03-29 22:35:44 +01:00
parent 0be7dba5d3
commit 4b30ce12c9
2 changed files with 5 additions and 4 deletions

View File

@ -283,9 +283,10 @@ def isPublishingToMavenCentral() {
}
signing {
required { isPublishingToMavenCentral() }
useGpgCmd()
sign configurations.archives
if(isPublishingToMavenCentral()) {
useGpgCmd()
sign configurations.archives
}
}
publishing {

View File

@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx3G
maxMemory = 1024m
testThreads = 2
testThreads = 4