aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2021-11-09Update to Gradle 7.3 and also build on Java 17Libravatar modmuss501-3/+4
2021-05-12Update to 21w19a and Java 16Libravatar modmuss501-4/+2
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)Libravatar zml1-0/+41
* Modernize gradle buildscript * Bump yarn/loader/fabric api versions * Add GH actions to build example mod * Update in response to feedback