gradle.properties 496 B

12345678910111213141516171819202122
  1. # Done to increase the memory available to gradle.
  2. org.gradle.jvmargs=-Xmx1G
  3. # Fabric Properties
  4. # https://modmuss50.me/fabric.html
  5. minecraft_version=1.17
  6. yarn_mappings=1.17+build.1
  7. loader_version=0.11.3
  8. # Mod Properties
  9. mod_version = 1.0.0
  10. maven_group = com.gitlab.Lortseam
  11. archives_base_name = completeconfig
  12. # Dependencies
  13. cloth_config_version=5.0.34
  14. configurate_version=4.1.1
  15. junit_version=5.7.2
  16. mockito_version=3.11.0
  17. assertj_version=3.19.0
  18. jimfs_version=1.2
  19. modmenu_version=2.0.0-beta.7