aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net
AgeCommit message (Expand)Author
2021-03-15Ensure outputs are reproducable across all OS's. (#363)modmuss50
2021-03-12Mod Remapping Refactor. (#362)modmuss50
2021-03-06Try and fix fernflower forking for the final time. Hopefully helps with #355modmuss50
2021-03-04Minor cleanup/optimisations to downloading, should help a little bit more wit...modmuss50
2021-03-03Fix custom sourceset not being correctly set for runconfig tasks (#357)modmuss50
2021-02-27Fix inherit not copying `ideConfigGenerated`modmuss50
2021-02-26Add log4jConfigs to Loom extension (#356)Shadowfacts
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-13Add dev runtime dependencies to runtimeClasspath instead of runtimeOnly (#350)Juuxel
2021-02-12RunConfigSettings.generateIDEConfig -> ideConfigGenerated + normal getter/set...Juuxel
2021-02-12Rewrite minecraft game data handling.modmuss50
2021-02-11Generate IDE run configs on a per config basis. Allows for much finer grain c...modmuss50
2021-02-11Revert previous change, somewhat. I didnt understand the issue correctly.modmuss50
2021-02-11Rename `runs` -> `runConfigs`modmuss50
2021-02-11Update MCE - Remove auto population of minVersion in mixins - Drop some log l...modmuss50
2021-02-03Fix CME, Closes #345modmuss50
2021-02-02Generate fabric.mod.json for included submodule jars (#343)Jason
2021-01-31Rename mode -> environment + Hopefully fix a regression with the run tasksmodmuss50
2021-01-29Improve run configs (#318) (#338)modmuss50
2021-01-29Cache the checksum of asset index files. (#335)shedaniel
2021-01-28Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6modmuss50
2021-01-28Dont add the mojang maven repo twice.modmuss50
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