aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/task/RemapSourcesJarTask.java
AgeCommit message (Expand)Author
2021-09-17Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-09-13Expose layered mappings as an API (#490)modmuss50
2021-08-14Merge remote-tracking branch 'FabricMC/exp/0.10' into dev/futureshedaniel
2021-07-31Make RemapSourcesJarTask use properties (#459)Juuxel
2021-07-13Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-04-13Merge branch 'dev/0.6-forge' into dev/0.7-forgeshedaniel
2021-04-13Fix RemapSourcesJarTask defaulting to intermediaryshedaniel
2021-04-13Allow remapping to other namespacesshedaniel
2021-03-15Ensure outputs are reproducable across all OS's. (#363)modmuss50
2020-12-21Respect reproducibleFileOrder and preserveFileTimestamps (#304)Cool_Mineman
2020-06-28Remove get/setDirectionmodmuss50
2020-06-27First pass on "shareCaches".modmuss50
2019-11-02Reformat to use Fabric API's checkstyle (#137)modmuss50
2019-06-24Fix warnings with task inputsmodmuss50
2019-05-11migrate RemapJarTask and RemapSourcesJarTask over to getters/setters for fiel...asie