diff options
author | Kyle Wood <[email protected]> | 2021-06-15 01:29:55 -0500 |
---|---|---|
committer | Kyle Wood <[email protected]> | 2021-06-15 01:29:55 -0500 |
commit | 34269f8a39ee2a054f49a0246d82ad498433ff3f (patch) | |
tree | 74c2a29a877f6eee4a817cf326ddeaafe651aaab /gradle.properties | |
parent | 15741a08f32ebce7f107dcf741852ee02295e7bd (diff) | |
download | Paper-34269f8a39ee2a054f49a0246d82ad498433ff3f.tar.gz Paper-34269f8a39ee2a054f49a0246d82ad498433ff3f.zip |
Run Gradle tasks in parallel by default
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 071cb6fb13..947f7fcfef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,3 +3,5 @@ version = 1.17-R0.1-SNAPSHOT mcVersion = 1.17 packageVersion = 1_17_R1 + +org.gradle.parallel=true |