aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-01-18Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forgeshedaniel
2020-12-28Fix github actionsshedaniel
2020-12-08Setup forgified loom from Juuxel that allows for better production use.shedaniel
2020-11-30Remove tests from the github workflowJuuxel
2020-11-15Publish using github actionsmodmuss50
2020-08-24Official Mojang Mappings supportmodmuss50
# Please read and understand the EULA before using! Use in your build.gradle with the following: `mappings minecraft.officialMojangMappings()` To automatically migrate to Mojang mappings run the following: `gradlew.bat migrateMappings --mappings "net.mojang.minecraft:mappings:1.16.2"` Co-authored-by: Ramid Khan <ramidzkh@gmail.com>
2020-07-27Use docker containers in github actions, should be more reliablemodmuss50
2020-07-16github actions: add wrapper validation (#235)ㄗㄠˋ ㄑㄧˊ
It validates the checksums of Gradle Wrapper JAR files present in the source tree and fails if unknown Gradle Wrapper JAR files are found. https://github.com/gradle/wrapper-validation-action
2020-07-15Test against 6.6-rc-1modmuss50
2020-06-08Test across java and gradle versions with github actions. (#218)modmuss50
* Experiment with github actions * Fix? * another fix * Fix? * Change github actions run args * Tried and tested is better right? * spaces spaces spaces * revert * info * Just 4.9 * Fixes to support building on newer gradle versions * Forward log output and run tests on runtime gradle version * Remove travis * De-duplicate * Remove daily action, doesnt seem to work so well.