mirror of
https://github.com/breezy-weather/breezy-weather.git
synced 2025-10-18 23:43:40 +00:00
Attempt to disable parallel to make builds reproducible again
This commit is contained in:
parent
255751386f
commit
4a90c8da6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue