aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/LoomGradleExtension.java
AgeCommit message (Expand)Author
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
2018-12-22parse fabric-installer.json for mod devenvs, add loaderLaunchMethod param for...Adrian Siekierka
2018-12-19Add a way to disable IDE run config auto generation. (Only applys when import...modmuss50
2018-12-15add minVersion filling support - fix #34asie
2018-12-12fix #28asie
2018-12-10use project root dir, should fix files being all over the placemodmuss50
2018-12-09clean mapping provider codeAdrian Siekierka
2018-11-21add field name population on mapping downloadasie
2018-11-05New experimental way of remapping mods, this may not staymodmuss50
2018-11-05Split mappings and minecraftmodmuss50
2018-11-04Change some stuff in hope that it helps thingsmodmuss50
2018-11-04disable shading and small other fixes (#12)NikkyAI
2018-10-31update libraries, switch to tiny-remapper as defaultAdrian Siekierka
2018-10-27allow using either Enigma or Tiny for remapping JARAdrian Siekierka
2018-10-27add license headerAdrian Siekierka
2018-10-25More name updates, should help in a few placesmodmuss50