aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/task/RemapJarTask.java
AgeCommit message (Expand)Author
2021-10-26Use NIO instead of ZipUtil (#513)shedaniel
2021-09-22Use better gradle conventions, and fix #311 (#503)shedaniel
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-07Use tiny-remapper to remap mixin annotation. (#441)Logic
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-18Better Mixin AP configuration (#423)LogicFan
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-13Add versions used to compile/build against to jar manifest (#428)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-04-04Update to Gradle 7 (#380)modmuss50
2021-03-15Ensure outputs are reproducable across all OS's. (#363)modmuss50
2021-03-12Mod Remapping Refactor. (#362)modmuss50
2021-02-11Update MCE - Remove auto population of minVersion in mixins - Drop some log l...modmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-12-21Add ability to specify additional tiny remapper options in remapJar (#292)i509VCB
2020-12-21Allow setting the RemapJarTask classpath. Closes #307modmuss50
2020-12-21Respect reproducibleFileOrder and preserveFileTimestamps (#304)Cool_Mineman
2020-09-06Fix race condition with mixin's output mappings across source setsmodmuss50
2020-09-04Fix mixin mapping being shared between all projects.modmuss50
2020-08-26Fix and improve error handling around access widener remapping with shared ca...modmuss50
2020-07-26General cleanupReece Dunham
2020-06-27First pass on "shareCaches".modmuss50
2020-05-13Merge branch 'pull/205' into dev/0.4modmuss50
2020-05-13Improve setup speed. (#208)modmuss50
2020-05-11Fix uninitialized propertyJoe
2020-05-11Allow other source sets to be remapped without needing an access widenerJoe
2020-04-06Access widener support (#182)modmuss50
2019-11-09Support using TinyV2 mappings (#132)Fudge
2019-11-02Reformat to use Fabric API's checkstyle (#137)modmuss50
2019-10-22Fix issues involving projects with modules that contain no java classes (#135)zml
2019-10-22Initial gradle 6.0 rc1 fixes, ugly but works. Closes #131modmuss50
2019-07-29Fix runClient/Server tasks not always including the modmodmuss50
2019-07-24fix provider crashasie
2019-07-24downgrade to gradle 4.9, fix tiny-remapper deprecations, restore old dev/nocl...asie
2019-06-10Refactor RemapJarTask to extend from JarMitchell Skaggs
2019-05-18use compileClasspath to remap JARsasie
2019-05-11migrate RemapJarTask and RemapSourcesJarTask over to getters/setters for fiel...asie