aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/task
AgeCommit message (Expand)Author
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
2019-10-21Only process lines that contain :: should fix an odd StringIndexOutOfBoundsEx...modmuss50
2019-09-06Simplify last fixmodmuss50
2019-09-06add modCompileOnly and include deps in the implementation configuration in th...modmuss50
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-07-06fix Input annotation for FileCollection (#119)NikkyAI
2019-06-24Fix warnings with task inputsmodmuss50
2019-06-10Refactor RemapJarTask to extend from JarMitchell Skaggs
2019-05-28add modApi, modImplementation, modRuntimeOnly; try to improve source remappin...asie
2019-05-27Change Minecraft_*.launch to projectname_*.launch for genEclipseRuns (#93)Dinolek
2019-05-18use compileClasspath to remap JARsasie
2019-05-11migrate RemapJarTask and RemapSourcesJarTask over to getters/setters for fiel...asie
2019-05-10updateMappings -> migrateMappings, new featuresasie
2019-05-10add updateMappings taskasie
2019-05-10refactor genSources into multiple reusable tasksasie
2019-05-06Fix remap jar not always running on subsequent buildsmodmuss50
2019-05-01Avoid trying to download things offline (#87)Chocohead
2019-04-27eclipse wants run dir too (#84)Dinolek
2019-04-24cease loading the same mappings file a million timesAdrian Siekierka
2019-04-23fix line number remapping, add option to disable mixin refmap remapping (unne...Adrian Siekierka
2019-04-22backport FernFlowerTask and relevant systems from 0.3Adrian Siekierka
2019-04-22fix nestJar option default in RemapJarAdrian Siekierka