summary refs log tree commit diff stats
path: root/gradle
AgeCommit message (Collapse)Author
2021-05-271.17-pre1modmuss50
2021-05-12Update to 21w19a and Java 16modmuss50
This commit can be used as an example on how to update your mod to Java 16. You will need to ensure you have Java 16 installed and set as the active version to run this. Gradle 7 is required along with loom 0.8
2021-02-26Update loom, gradle, yarn, loader and api.modmuss50
2021-01-15Update minecraft, gradle, loader and api.modmuss50
2020-11-10Modernize Gradle buildscript (#71)zml
* Modernize gradle buildscript * Bump yarn/loader/fabric api versions * Add GH actions to build example mod * Update in response to feedback
2020-09-27Update api, loader, loom, gradlemodmuss50
2020-06-07Update Gradle and dependenciesmodmuss50
2020-04-10Update loom, gradle and all other depsmodmuss50
2020-02-28Update gradle, update deps, modCompile -> modImplementationmodmuss50
2019-08-02Update gradle to 5.5.1modmuss50
2019-04-07Update gradle to 4.10.3 (#9)Selebrator
2019-02-03Actually use gradle 4.10.2modmuss50
Somewhere along the line the wrapper version was updated, but not the jar and the script.
2018-11-03first commitAdrian Siekierka