Modificato Jenkinsfile
Some checks failed
WMS - Android (New)/pipeline/head There was a failure building this commit
Some checks failed
WMS - Android (New)/pipeline/head There was a failure building this commit
This commit is contained in:
parent
552b82feda
commit
4831a7ce19
@ -14,18 +14,12 @@
|
||||
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
# android.enableSeparateAnnotationProcessing = true
|
||||
|
||||
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. More details, visit
|
||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
# org.gradle.parallel=true
|
||||
android.enableSeparateAnnotationProcessing = true
|
||||
|
||||
|
||||
|
||||
# Enable Gradle Daemon
|
||||
org.gradle.daemon=true
|
||||
org.gradle.daemon=false
|
||||
# Enable Configure on demand
|
||||
org.gradle.configureondemand=true
|
||||
# Enable parallel builds
|
||||
@ -33,5 +27,5 @@ org.gradle.parallel=true
|
||||
# Enable simple gradle caching
|
||||
org.gradle.caching=true
|
||||
# Increase memory allotted to JVM
|
||||
org.gradle.jvmargs=-Xmx4096m -XX:+UseParallelGC
|
||||
org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC -XX:MaxMetaspaceSize=512m
|
||||
org.gradle.unsafe.configuration-cache=ON
|
||||
Loading…
x
Reference in New Issue
Block a user