Attempt to disable parallel to make builds reproducible again

This commit is contained in:
Julien Papasian 2025-09-03 18:46:18 +02:00
parent 255751386f
commit 4a90c8da6d

View file

@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
# 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
org.gradle.parallel=false
org.gradle.caching=false
org.gradle.configureondemand=true