aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/configuration/providers
AgeCommit message (Expand)Author
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-21Revert "Fix MojangMappingsSpec having the same hash version for each mc versi...modmuss50
2021-07-21Fix MojangMappingsSpec having the same hash version for each mc version.modmuss50
2021-07-16Fallback to fabric's experimental version manifest for versions that are not ...modmuss50
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-07-04Fix build...modmuss50
2021-07-04Use a detached configuration to add jetbrains annotations to the source remap...modmuss50
2021-06-20Fix typo "officalMojangMappings" (#420)shedaniel
2021-06-14Basic layered mappings with @ParchmentMC support (#413)modmuss50
2021-05-22add support for new dependencyResolutionManagement (#400)LogicFan
2021-05-13General cleanup by making use of java 16 features (#397)modmuss50
2021-05-12Catch all when merging jarsmodmuss50
2021-05-12Cleanup merged jar on failuremodmuss50
2021-03-31Fix last commit, oopsmodmuss50
2021-03-31Ensure output is deleted before remapping the game.modmuss50
2021-03-25Constant unpicking (#328)modmuss50
2021-03-15Ensure outputs are reproducable across all OS's. (#363)modmuss50
2021-03-04Minor cleanup/optimisations to downloading, should help a little bit more wit...modmuss50
2021-02-26Add log4jConfigs to Loom extension (#356)Shadowfacts
2021-02-14Run tests against gradle 7 and fail on deprecation. Fix gradle 8 support again.modmuss50
2021-02-13Add dev runtime dependencies to runtimeClasspath instead of runtimeOnly (#350)Juuxel
2021-02-12Rewrite minecraft game data handling.modmuss50
2021-02-11Update MCE - Remove auto population of minVersion in mixins - Drop some log l...modmuss50
2021-02-03Fix CME, Closes #345modmuss50
2021-01-29Cache the checksum of asset index files. (#335)shedaniel
2021-01-24Use the given manifest version hash if possible (#337)Chocohead
2021-01-19Centralise refreshDeps variable.modmuss50
2020-12-27Optimise loom configuration, saves 1.2 seconds in my testing. #319modmuss50
2020-12-24General code cleanup (#313)modmuss50