aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/build
AgeCommit message (Expand)Author
2021-10-26Use NIO instead of ZipUtil (#513)shedaniel
2021-09-07Update checkstyle to prevent using var expect for new instance creation.modmuss50
2021-09-07Use tiny-remapper to remap mixin annotation. (#441)Logic
2021-08-31Refactor and improve tests (#466)modmuss50
2021-08-13File Structure Changes (#462)shedaniel
2021-07-31Add modCompileOnlyApi, modRuntimeOnly; deprecate modRuntime (#458)Juuxel
2021-07-28fix #448 (#451)Logic
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-23Ensure files are closed and outputs cleaned up when remapping.modmuss50
2021-07-18Better Mixin AP configuration (#423)LogicFan
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-10Fix local file mod dependencies (#430)Juuxel
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-06-01Fix MergedNestedJarProvider not calling the child's preparemodmuss50
2021-05-22Add classifier to "fake" mods' id if they have a classifier specified (#394)Mitchell Skaggs
2021-05-13General cleanup by making use of java 16 features (#397)modmuss50
2021-05-04Make remapped configurations lazymodmuss50
2021-03-12Mod Remapping Refactor. (#362)modmuss50
2021-02-11Update MCE - Remove auto population of minVersion in mixins - Drop some log l...modmuss50
2021-02-02Generate fabric.mod.json for included submodule jars (#343)Jason
2021-01-19Dont remap dependency sources when building on CI services.modmuss50
2021-01-19Centralise refreshDeps variable.modmuss50
2021-01-07Remove usage of internal kotlin class, should fix crash with kotlin 1.4. Clos...modmuss50
2020-12-30Cleanup output files when remap fails. Fixes #321modmuss50
2020-12-30Fix classifier handling for remapped dependenciesmodmuss50
2020-12-27Optimise loom configuration, saves 1.2 seconds in my testing. #319modmuss50
2020-12-24General code cleanup (#313)modmuss50