gradle.properties 600 B

1234567891011121314151617181920
  1. # Done to increase the memory available to gradle.
  2. org.gradle.jvmargs=-Xmx1G
  3. # Fabric Properties
  4. # check these on https://fabricmc.net/use
  5. minecraft_version=1.15.2
  6. yarn_mappings=1.15.2+build.15
  7. loader_version=0.8.2+build.194
  8. # Mod Properties
  9. mod_version = 0.1.0
  10. maven_group = me.lortseam
  11. archives_base_name = completeconfig
  12. # Dependencies
  13. # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
  14. fabric_version=0.5.1+build.294-1.15
  15. cloth_config_version=2.11.2
  16. lombok_version=1.18.12
  17. jetbrains_annotations_version=19.0.0