aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)Author
2021-08-14Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-08-11Fix #469 (#470)modmuss50
2021-07-28Revert: "Always fork the java compiler" Fixes #453modmuss50
2021-07-28fix #448 (#451)Logic
2021-07-27Fix NPE when in a mod loader dev envmodmuss50
2021-07-26Expose 'loom' extension as the API, deprecate 'minecraft' extension (#449)Juuxel
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-26Fix loom.accessWidener being a read-only property in Kotlin (#447)Juuxel
2021-07-25Make SourceRemapper threaded (#446)modmuss50
2021-07-23Use jar processor ids to fix #432 (#444)Juuxel
2021-07-23Ensure files are closed and outputs cleaned up when remapping.modmuss50
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-20Merge remote-tracking branch 'architectury/dev/0.9' into dev/0.9shedaniel
2021-07-20Fix the return value of "net.fabricmc.loom.LoomGradleExtension.getInstallerDa...shedaniel
2021-07-20Fix merge conflictsshedaniel
2021-07-20Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-07-20Fix merge conflictsshedaniel
2021-07-20Merge branch 'upstream-0.9' into dev/0.9shedaniel
2021-07-20Don't read the intermediary file immediatelyshedaniel
2021-07-20Give a proper working directory for GradleMappingContextshedaniel
2021-07-20Move the forge jar to prevent #35shedaniel
2021-07-18Better Mixin AP configuration (#423)LogicFan
2021-07-18Fix java.nio.file.FileAlreadyExistsException: META-INF/MANIFEST.MFshedaniel
2021-07-16Fix fabricApi.module does not respecting offline mode. Closes #412modmuss50
2021-07-16Fallback to fabric's experimental version manifest for versions that are not ...modmuss50
2021-07-16Actually handle gzip encoded connections when downloading.modmuss50
2021-07-16Add back customManifest apimodmuss50
2021-07-16Add forge runtime as compileOnlyshedaniel
2021-07-14Fix fabric remapping 2.0shedaniel
2021-07-14Fix fabric remappingshedaniel
2021-07-14Split Minecraft and Forge jars (#34)shedaniel
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-13Add versions used to compile/build against to jar manifest (#428)modmuss50
2021-07-13Fix license headersshedaniel
2021-07-13Run tests on actionsshedaniel
2021-07-13Fix AW testshedaniel
2021-07-13Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-07-13Fix AW field remapping (#434)Juuxel
2021-07-13Improve some bad stack traces.modmuss50
2021-07-10Fix local file mod dependencies (#430)Juuxel
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-07-11Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9shedaniel
2021-07-05Fix yet another gradle deprecation, expand tests to cover itmodmuss50
2021-07-04Fix build...modmuss50
2021-07-04Use a detached configuration to add jetbrains annotations to the source remap...modmuss50
2021-06-30Allow specifying multiple accesstransformersshedaniel
2021-06-30Allow accessTransformer to be configuredshedaniel
2021-06-30Use configurations to resolve special sourceshedaniel
2021-06-29Silence the AT tool properlyJuuxel