aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)Author
2021-01-26Set classpath before compileJava task (#330) (#333)Bytzo
2021-01-24Use the given manifest version hash if possible (#337)Chocohead
2021-01-21Revert previous attempt at fixing genSources when loom is applied via buildSrcmodmuss50
2021-01-21Improve error handling around access widener remapping. Closes #311modmuss50
2021-01-21Another attempt at fixing issues with fernflower's classpathmodmuss50
2021-01-21Apply all buildscript configurations across all parent projects to try and fi...modmuss50
2021-01-19Dont remap dependency sources when building on CI services.modmuss50
2021-01-19Centralise refreshDeps variable.modmuss50
2021-01-181 Infinite Loopmodmuss50
2021-01-17Gradle 7 (and hopefully 8) support (#332)modmuss50
2021-01-07Remove usage of internal kotlin class, should fix crash with kotlin 1.4. Clos...modmuss50
2020-12-30Cleanup output files when remap fails. Fixes #321modmuss50
2020-12-30Fix classifier handling for remapped dependenciesmodmuss50
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
2020-12-21Add ability to specify additional tiny remapper options in remapJar (#292)i509VCB
2020-12-21Allow setting the RemapJarTask classpath. Closes #307modmuss50
2020-12-21Fix genSources not working when root project doesnt have loom applied#308. (#...solonovamax
2020-12-21Respect reproducibleFileOrder and preserveFileTimestamps (#304)Cool_Mineman
2020-12-21Add nogui to server program arguments (#310)user11681
2020-12-21Use launcher metadata manifest v2. Closes #290modmuss50
2020-12-21Refactor and fix game/loader library handling (#298)modmuss50
2020-12-21Move remapped mods into a full local maven repo (#300)modmuss50
2020-12-02Allow specifying natives directory with the `fabric.loom.natives.dir` gradle ...modmuss50
2020-11-15Migrate to access-widener library (#294)modmuss50
2020-11-15Configure build task dependencies as each subproject comes up. (#299)Kitlith
2020-11-15Use Mercury 0.1.0-rc1 (#301)Jamie Mansfield
2020-10-28Remove debug log outmodmuss50
2020-10-21Dont throw when annotationDependency is not resloved.modmuss50
2020-10-21Ugly fix to mercury classpath not having jetbrains annotationsmodmuss50
2020-10-21Potentially fix memory leak with the mixin APmodmuss50
2020-10-12Revert "Ugly fix to mercury classpath not having jetbrains annotations"modmuss50
2020-10-10Ugly fix to mercury classpath not having jetbrains annotationsmodmuss50
2020-10-08Mark auto-generated mods with a custom value (#271)Hephaestus-Dev
2020-09-26Export rumtime remap classpath to DLI (#277)modmuss50
2020-09-21Split out some constants (#267)i509VCB
2020-09-19Fix nested jar stripping not working reliabilitymodmuss50
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-09-04Fix to #265modmuss50
2020-08-26Fix and improve error handling around access widener remapping with shared ca...modmuss50
2020-08-26Include exclusions in the poms generated for mods (#262)zml
2020-08-26Fix non-mod project dependencies (#263)zml
2020-08-26Update MCEmodmuss50
2020-08-26Fix v2 mappings dirmodmuss50
2020-08-26Fix or fail fast on null minecraft version. Add back the old check for mirgat...modmuss50
2020-08-26Fixes for Mojang mappings handling (#264)zml
2020-08-24Official Mojang Mappings supportmodmuss50
2020-08-24Allow adding additional jar processors (#247)Fudge