aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
AgeCommit message (Collapse)AuthorFilesLines
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