aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Expand)Author
2021-07-24Update mercury. Test with Gradle 7.3 nightlys. Bump other deps.modmuss50
2021-07-13Fix AW field remapping (#434)Juuxel
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-06-30Update ASM and nightly gradlemodmuss50
2021-06-16Patch all eclipse deps to use a strict versionmodmuss50
2021-06-16Ensure deps are reproducible. This prevents them from being updated without u...modmuss50
2021-06-14Basic layered mappings with @ParchmentMC support (#413)modmuss50
2021-06-14Update Tiny Remapper to 0.4.2modmuss50
2021-06-130.4.1 tiny remappermodmuss50
2021-06-13Update tiny remapper.modmuss50
2021-06-13Start 0.9 dev cyclemodmuss50
2021-06-02Revert "Update mercury (#408)"modmuss50
2021-06-02Update mercury (#408)modmuss50
2021-05-28Fix local ivy layout not respecting classifiers. Fixes #407modmuss50
2021-05-26Improve error messages when using outdated Java or Gradle.modmuss50
2021-05-13General cleanup by making use of java 16 features (#397)modmuss50
2021-05-12Update stitchmodmuss50
2021-05-12Start 0.8 dev cyclemodmuss50
2021-05-12Java 16modmuss50
2021-05-04Merge branch 'dev/0.7' into future/devmodmuss50
2021-04-09Fix typomodmuss50
2021-04-04Update to Gradle 7 (#380)modmuss50
2021-04-02Support Groovy 3's QName in GroovyXmlUtil (#379)modmuss50
2021-04-02Reorganise tests (#378)modmuss50
2021-03-27Add MavenProjectTest (#372)modmuss50
2021-03-25Add basic groovy code style validation.modmuss50
2021-03-15Ensure outputs are reproducable across all OS's. (#363)modmuss50
2021-03-06Increase heapsize for testsmodmuss50
2021-03-06Rewrite tests to be easier to write and maintain (#361)modmuss50
2021-03-03Start 0.7 dev cyclemodmuss50
2021-02-14Run tests against gradle 7 and fail on deprecation. Fix gradle 8 support again.modmuss50
2021-02-12asm 9.1modmuss50
2021-01-29Improve run configs (#318) (#338)modmuss50
2021-01-16Remove dep on procyon-fabric-compilertools I cannot see its usemodmuss50
2021-01-16Update a number of dependenciesmodmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-12-21Refactor and fix game/loader library handling (#298)modmuss50
2020-12-21Start 0.6 dev cyclemodmuss50
2020-11-15Publish using github actionsmodmuss50
2020-11-15Migrate to access-widener library (#294)modmuss50
2020-11-15Use Mercury 0.1.0-rc1 (#301)Jamie Mansfield
2020-08-24Official Mojang Mappings supportmodmuss50
2020-08-10fix build number not being expanded to proper value (#254)Joshua Schirra
2020-07-26General cleanupReece Dunham
2020-07-26Add Experimental CFR support. Line numbers and comments are not currently sup...modmuss50
2020-07-26Start 0.5 dev cyclemodmuss50
2020-06-15update fernflowermodmuss50
2020-06-08Test across java and gradle versions with github actions. (#218)modmuss50
2020-05-27Update lorenz-tiny to 2.0.0modmuss50
2020-05-22Allow applying kapt and using mixins in other source sets (#211)Fudge