aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/api
AgeCommit message (Expand)Author
2021-10-11Rewrite GenSources including full support for CFR. (#511)modmuss50
2021-09-28Fix record signatures based on data provided by mappings. (#507)modmuss50
2021-09-22Support a wider range of parameters in FileSpec (#502)Juuxel
2021-09-14Access Widener 2.0 with support for Transitive Access Wideners (#484)shartte
2021-09-13Expose layered mappings as an API (#490)modmuss50
2021-09-10Add loom.modVersion to read the version from the fabric.mod.json file. (#489)modmuss50
2021-09-07Use tiny-remapper to remap mixin annotation. (#441)Logic
2021-09-05Add option to disable deprecated POM generation and the warnings together wit...Juuxel
2021-09-05Fix the java software component not working with Loom and fix #200 (#460)Juuxel
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-26Fix loom.accessWidener being a read-only property in Kotlin (#447)Juuxel
2021-07-18Better Mixin AP configuration (#423)LogicFan
2021-07-16Add back customManifest apimodmuss50
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-05-13General cleanup by making use of java 16 features (#397)modmuss50
2020-06-01Allow specifying additional decompilers for generating sources (#213)Fudge