summary refs log tree commit diff stats
path: root/.github/workflows
AgeCommit message (Collapse)Author
2021-11-161.18-pre2modmuss50
2021-11-09Update to Gradle 7.3 and also build on Java 17modmuss50
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
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