gradle.properties 503 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.24
  7. loader_version=0.11.6
  8. # Mod Properties
  9. mod_version = 1.1.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.2.0-SNAPSHOT
  15. junit_version=5.7.2
  16. mockito_version=3.11.2
  17. assertj_version=3.20.2
  18. jimfs_version=1.2
  19. modmenu_version=2.0.3