Modificato Jenkinsfile
Some checks failed
WMS - Android (New)/pipeline/head There was a failure building this commit

This commit is contained in:
Giuseppe Scorrano 2025-05-28 10:42:51 +02:00
parent 7c4c5da1d6
commit 9cc70f4ee6
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ pipeline {
stage('Preparing project') {
steps {
powershell "(gc gradle.properties) -replace 'org.gradle.caching=true', 'org.gradle.caching=false' | Out-File -encoding ASCII gradle.properties"
powershell "(gc gradle.properties) -replace 'org.gradle.unsafe.configuration-cache=true', 'org.gradle.unsafe.configuration-cache=false' | Out-File -encoding ASCII gradle.properties"
powershell "(gc gradle.properties) -replace 'org.gradle.unsafe.configuration-cache=ON', 'org.gradle.unsafe.configuration-cache=OFF' | Out-File -encoding ASCII gradle.properties"
}
}

View File

@ -34,4 +34,4 @@ org.gradle.parallel=true
org.gradle.caching=true
# Increase memory allotted to JVM
org.gradle.jvmargs=-Xmx4096m -XX:+UseParallelGC
org.gradle.unsafe.configuration-cache=true
org.gradle.unsafe.configuration-cache=ON