aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/LoomGradleExtension.java
AgeCommit message (Expand)Author
2021-01-29Improve run configs (#318) (#338)modmuss50
2021-01-181 Infinite Loopmodmuss50
2020-12-27Optimise loom configuration, saves 1.2 seconds in my testing. #319modmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-12-02Allow specifying natives directory with the `fabric.loom.natives.dir` gradle ...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-24Official Mojang Mappings supportmodmuss50
2020-08-24Allow adding additional jar processors (#247)Fudge
2020-07-26General cleanupReece Dunham
2020-07-26Merge branch 'shared_caches' into dev/0.5modmuss50
2020-07-26Allow IDEA run configs to be generated for non-root projects (#236)Jonas Herzig
2020-06-29Supply the configuration to the run Exec directly (#232)Octavia Togami
2020-06-27First pass on "shareCaches".modmuss50
2020-06-01Allow specifying additional decompilers for generating sources (#213)Fudge
2020-05-22Allow applying kapt and using mixins in other source sets (#211)Fudge
2020-05-13Merge branch 'pull/205' into dev/0.4modmuss50
2020-05-13Improve setup speed. (#208)modmuss50
2020-05-11Allow other source sets to be remapped without needing an access widenerJoe
2020-03-26Add a basic way to specify custom intermediary URLs, ideally this would use m...modmuss50
2020-03-060.2.7 refactors (#178)modmuss50
2019-12-29Change mixin refmap default name to use archivesBaseName instead of the proje...Juuxel
2019-12-13Yet another attempt to fix the annotation processor issue.modmuss50
2019-12-11Revert last 2 commits.modmuss50
2019-12-11Possible fix/workaround for idea enabling annotation processors when we dont ...modmuss50
2019-11-12Merge remote-tracking branch 'upstream/dev/0.2.6' into dev/0.2.6modmuss50
2019-11-12Cleanup installer json handling, should hopefully fix incorrect dependency ve...modmuss50
2019-11-11Use Dev Launch Injector to ensure that the launch options are always kept upt...modmuss50
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-22Rewrite native handling, fixes support for gradle 5.6.3 Fixes #81 Fixes #134modmuss50
2019-08-15Add a quick way to specify custom minecraft manifest urlsmodmuss50
2019-06-24Fix getRootProjectPersistentCache() not using the root project, closes #113modmuss50
2019-05-28add modApi, modImplementation, modRuntimeOnly; try to improve source remappin...asie
2019-05-27pull in annotationProcessor dependencies from fabric-loader JSON tooasie
2019-05-27remove hacky mixin refmap remapperasie
2019-05-11migrate RemapJarTask and RemapSourcesJarTask over to getters/setters for fiel...asie
2019-04-30migrate away fabric-mixin-compile-extensions, fix root/sub project issues wrt...Adrian Siekierka
2019-04-27fix #85, remove parts of deprecated code, update MixinAdrian Siekierka
2019-04-23fix line number remapping, add option to disable mixin refmap remapping (unne...Adrian Siekierka
2019-04-21remapped mods need to persist after a clean to allow "clean build" to workasie
2019-04-21store mixin maps in per-project build caches, move root project build cache t...Adrian Siekierka
2019-04-15Fix crash when parent project does not have loommodmuss50
2019-04-14Attempt to look in the root project for the loom version if requiredmodmuss50
2019-04-08Dont expand out nested jars can be enabled if wanted. Will still strip the ja...modmuss50
2019-04-07Extract nested jars from modCompilemodmuss50
2018-12-30warn about refmap name after fields are populated, might help some thingsAdrian Siekierka
2018-12-30gradle 5.0 support, fix #38Adrian Siekierka
2018-12-22make modCompile use flat directory artifact location instead of hackAdrian Siekierka
2018-12-22build functional intermediary-mapped sources JARs; update StitchAdrian Siekierka