aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/LoomGradlePlugin.java
AgeCommit message (Expand)Author
2021-12-02Don't print unstable loom warningshedaniel
2021-09-29Fix merge conflictsshedaniel
2021-09-28Add -Dloom.refresh=true option (#508)shedaniel
2021-09-17Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-09-16Migrate fully to mapping-io + Add comments about transitive access widners to...modmuss50
2021-09-11Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/futureshedaniel
2021-09-07Update checkstyle to prevent using var expect for new instance creation.modmuss50
2021-09-05Fix the java software component not working with Loom and fix #200 (#460)Juuxel
2021-08-14Merge remote-tracking branch 'FabricMC/exp/0.10' into dev/futureshedaniel
2021-08-14Fix checkstyleshedaniel
2021-08-14Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-07-31Remove the Cache class in the LoomRepositoryPlugin, use LoomFiles instead. (#...Logic
2021-07-26Expose 'loom' extension as the API, deprecate 'minecraft' extension (#449)Juuxel
2021-07-20Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-07-20Merge branch 'upstream-0.9' into dev/0.9shedaniel
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-13Add versions used to compile/build against to jar manifest (#428)modmuss50
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-06-20Readd silenceLicenseshedaniel
2021-05-30Merge remote-tracking branch 'FabricMC/dev/0.8' into dev/0.8shedaniel
2021-05-26Improve error messages when using outdated Java or Gradle.modmuss50
2021-05-22add support for new dependencyResolutionManagement (#400)LogicFan
2021-05-14Merge remote-tracking branch 'FabricMC/dev/0.8' into dev/0.8shedaniel
2021-05-13General cleanup by making use of java 16 features (#397)modmuss50
2021-05-08Small cleanup + Use MappingsUtils for reorderingshedaniel
2021-04-04Rename log message to be less confusingshedaniel
2021-01-24Update fabric mixin, fix #3, reduce logger spamshedaniel
2020-12-27Optimise loom configuration, saves 1.2 seconds in my testing. #319modmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-07-26Add Experimental CFR support. Line numbers and comments are not currently sup...modmuss50
2020-06-29Supply the configuration to the run Exec directly (#232)Octavia Togami
2020-06-01Allow specifying additional decompilers for generating sources (#213)Fudge
2020-06-01Add descriptions to all the tasks (#214)Reece Dunham
2020-05-14Move all Loom tasks to the "fabric" group (#199)Juuxel
2020-05-13Don't remapJar when running runClient or runServer (#207)Fudge
2020-04-26Eclipse project fixes (#192)immibis
2020-03-060.2.7 refactors (#178)modmuss50
2019-11-02Reformat to use Fabric API's checkstyle (#137)modmuss50
2019-10-22Rewrite native handling, fixes support for gradle 5.6.3 Fixes #81 Fixes #134modmuss50
2019-08-02Fix genSources task not being in the fabric groupmodmuss50
2019-05-27Depend on assemble rather than buildNeeded (#94)SquidDev
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-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-20update libraries; move asset downloading to task that does not run on every b...Adrian Siekierka
2018-12-22add cleanLoomMappings, close #36Adrian Siekierka