1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Gradle: avoid cross-configuration and enable configuration-on-demand (#5012)

This commit is contained in:
Konicai
2024-09-03 00:54:50 -04:00
committed by GitHub
parent 65cb15400a
commit f8884568ee
20 changed files with 123 additions and 123 deletions

View File

@@ -1,6 +1,7 @@
# Gradle settings
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.vfs.watch=false