gradle.properties 1.5 KB

1234567891011121314151617181920212223
  1. # This doesn't need to be false, and some projects may be able to take advantage of setting daemon to true.
  2. # We set it to false by default in order to avoid too many daemons from being created and persisting; each needs RAM.
  3. org.gradle.daemon=false
  4. # Sets starting memory usage to 512MB, maximum memory usage to 1GB, and tries to set as much to use Unicode as we can.
  5. org.gradle.jvmargs=-Xms512M -Xmx1G -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8
  6. # "Configure on-demand" must be false because it breaks projects that have Android modules. The default is also false.
  7. org.gradle.configureondemand=false
  8. # The logging level determines which messages get shown about how Gradle itself is working, such as if build.gradle
  9. # files are fully future-proof (which they never are, because Gradle constantly deprecates working APIs).
  10. # You can change 'quiet' below to 'lifecycle' to use Gradle's default behavior, which shows some confusing messages.
  11. # You could instead change 'quiet' below to 'info' to see info that's important mainly while debugging build files.
  12. # Note that if you want to use Gradle Build Scans, you should set the below logging level to 'lifecycle', otherwise
  13. # the link to the scan won't get shown at all.
  14. # Documented at: https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_logging
  15. org.gradle.logging.level=quiet
  16. aiVersion=1.8.2
  17. ashleyVersion=1.7.4
  18. box2dlightsVersion=1.5
  19. lwjgl3Version=3.4.1
  20. graalHelperVersion=2.0.1
  21. enableGraalNative=false
  22. gdxVersion=1.14.0
  23. projectVersion=1.0.0