fabric-loom/src/main/java/net/fabricmc/loom/configuration
modmuss50 240a23f52d Improve decompiler options by moving them away from the task.
Done because the split jar changes required registering the decompiler task after evaluation.
As there may be more than one decompile task, the options are set per decompiler and not per task.
This should also make easier to add new decompilers without requiring a plugin.
2022-01-05 09:49:11 +00:00
..
accesswidener Remove JarProcessor#isInvalid and impl getId correctly. 2022-01-04 21:40:20 +00:00
decompile Improve decompiler options by moving them away from the task. 2022-01-05 09:49:11 +00:00
ide Experimental support for split common and clientonly minecraft jars. (#561) 2022-01-04 21:19:03 +00:00
ifaceinject Remove JarProcessor#isInvalid and impl getId correctly. 2022-01-04 21:40:20 +00:00
mods Experimental support for split common and clientonly minecraft jars. (#561) 2022-01-04 21:19:03 +00:00
processors Remove JarProcessor#isInvalid and impl getId correctly. 2022-01-04 21:40:20 +00:00
providers Experimental support for split common and clientonly minecraft jars. (#561) 2022-01-04 21:19:03 +00:00
CompileConfiguration.java Experimental support for split common and clientonly minecraft jars. (#561) 2022-01-04 21:19:03 +00:00
DependencyInfo.java Experimental support for split common and clientonly minecraft jars. (#561) 2022-01-04 21:19:03 +00:00
FabricApiExtension.java Fix fabricApi.module does not respecting offline mode. Closes #412 2021-07-16 23:25:23 +01:00
FileDependencyInfo.java Experimental support for split common and clientonly minecraft jars. (#561) 2022-01-04 21:19:03 +00:00
InstallerData.java Add versions used to compile/build against to jar manifest (#428) 2021-07-13 23:10:07 +01:00
LoomDependencyManager.java Experimental support for split common and clientonly minecraft jars. (#561) 2022-01-04 21:19:03 +00:00
MavenPublication.java Fix gradle module metadatas not including api deps in runtimeElements (#540) 2021-11-23 18:35:08 +00:00
RemappedConfigurationEntry.java Remove deprecated stuff 2021-12-04 19:00:47 +00:00