aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/configuration/CompileConfiguration.java
AgeCommit message (Expand)Author
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-18Better Mixin AP configuration (#423)LogicFan
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-13Add versions used to compile/build against to jar manifest (#428)modmuss50
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-06-14Basic layered mappings with @ParchmentMC support (#413)modmuss50
2021-06-13Always fork the java compilermodmuss50
2021-05-22add support for new dependencyResolutionManagement (#400)LogicFan
2021-05-13General cleanup by making use of java 16 features (#397)modmuss50
2021-05-04Make all loom added configurations lazymodmuss50
2021-05-04Make remapped configurations lazymodmuss50
2021-04-21Add loom development dependencies to test runtime classpath (#389)ByMartrixX
2021-03-25Constant unpicking (#328)modmuss50
2021-03-12Mod Remapping Refactor. (#362)modmuss50
2021-02-14Add loom dev deps to runtimeClasspath instead of runtimeOnlymodmuss50
2021-02-14Run tests against gradle 7 and fail on deprecation. Fix gradle 8 support again.modmuss50
2021-02-13Disable log4j jansi support when compiling, removes a warning about it.modmuss50
2021-02-11Generate IDE run configs on a per config basis. Allows for much finer grain c...modmuss50
2021-01-28Dont add the mojang maven repo twice.modmuss50
2021-01-17Gradle 7 (and hopefully 8) support (#332)modmuss50
2020-12-27Optimise loom configuration, saves 1.2 seconds in my testing. #319modmuss50
2020-12-26Remove jcenter as a default maven repo. This will make builds faster and more...modmuss50
2020-12-24General code cleanup (#313)modmuss50