aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/task
AgeCommit message (Expand)Author
2021-01-29Improve run configs (#318) (#338)modmuss50
2021-01-26Set classpath before compileJava task (#330) (#333)Bytzo
2020-12-27Optimise loom configuration, saves 1.2 seconds in my testing. #319modmuss50
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-12-21Refactor and fix game/loader library handling (#298)modmuss50
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-08-26Fix or fail fast on null minecraft version. Add back the old check for mirgat...modmuss50
2020-08-26Fixes for Mojang mappings handling (#264)zml
2020-08-24Official Mojang Mappings supportmodmuss50
2020-07-26General cleanupReece Dunham
2020-07-26Merge branch 'shared_caches' into dev/0.5modmuss50
2020-07-16Match Mercury sourceCompatibility with Gradle (#224)Jamie Mansfield
2020-06-29Supply the configuration to the run Exec directly (#232)Octavia Togami
2020-06-28Remove get/setDirectionmodmuss50
2020-06-28checkstylemodmuss50
2020-06-28small cleanupmodmuss50
2020-06-27Fix build?modmuss50
2020-06-27First pass on "shareCaches".modmuss50
2020-06-08Test across java and gradle versions with github actions. (#218)modmuss50
2020-06-01Allow specifying additional decompilers for generating sources (#213)Fudge
2020-05-27Update lorenz-tiny to 2.0.0modmuss50
2020-05-27Fix building on newer java versionsmodmuss50
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-26Eclipse project fixes (#192)immibis
2020-04-24Update to use threaded fernflowermodmuss50
2020-04-06Access widener support (#182)modmuss50
2020-04-05Cleanup potentially corrupt files on mappings errormodmuss50
2020-03-060.2.7 refactors (#178)modmuss50
2020-01-01Revert "Add mixins that target the class as a comment. (#168)"modmuss50
2020-01-01Add mixins that target the class as a comment. (#168)modmuss50
2019-12-02Javadocs (#154)modmuss50
2019-12-02parameters docsmodmuss50
2019-11-15Allow for non-yarn mappings for MigrateMappingsTask (#141)Ramid Khan
2019-11-11Use Dev Launch Injector to ensure that the launch options are always kept upt...modmuss50
2019-11-09Support using TinyV2 mappings (#132)Fudge
2019-11-07Drop debug level in RemapLineNumbersmodmuss50
2019-11-02Reformat to use Fabric API's checkstyle (#137)modmuss50
2019-10-26Merge remote-tracking branch 'upstream/dev/0.2.6' into dev/0.2.6modmuss50
2019-10-26Improve error message when using genSources on a 32bit javamodmuss50
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-10-22Rewrite native handling, fixes support for gradle 5.6.3 Fixes #81 Fixes #134modmuss50