aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/task/GenerateSourcesTask.java
AgeCommit message (Expand)Author
2021-10-26Use NIO instead of ZipUtil (#513)shedaniel
2021-10-15Ensure decompiler worker deamons are stopped after failure.modmuss50
2021-10-11Rewrite GenSources including full support for CFR. (#511)modmuss50
2021-09-16Migrate fully to mapping-io + Add comments about transitive access widners to...modmuss50
2021-08-13File Structure Changes (#462)shedaniel
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-06-14Basic layered mappings with @ParchmentMC support (#413)modmuss50
2021-03-25Constant unpicking (#328)modmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-12-21Refactor and fix game/loader library handling (#298)modmuss50
2020-06-01Allow specifying additional decompilers for generating sources (#213)Fudge