gradle.properties 495 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.1
  6. yarn_mappings=1.17.1+build.61
  7. loader_version=0.12.2
  8. # Mod Properties
  9. mod_version = 1.2.0
  10. maven_group = com.gitlab.Lortseam
  11. archives_base_name = completeconfig
  12. # Dependencies
  13. cloth_config_version=5.0.38
  14. configurate_version=4.1.2
  15. junit_version=5.8.1
  16. mockito_version=3.12.4
  17. assertj_version=3.21.0
  18. jimfs_version=1.2
  19. modmenu_version=2.0.14