We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3095709 commit 1627f8bCopy full SHA for 1627f8b
1 file changed
src/main/java/net/fabricmc/loom/task/GenerateSourcesTask.java
@@ -218,7 +218,7 @@ public GenerateSourcesTask(DecompilerOptions decompilerOptions) {
218
getMinecraftCompileLibraries().from(getProject().getConfigurations().getByName(Constants.Configurations.MINECRAFT_COMPILE_LIBRARIES));
219
getDecompileCacheFile().set(getExtension().getFiles().getDecompileCache(CACHE_VERSION));
220
221
- getUseCache().convention(true);
+ getUseCache().convention(false); // TODO fix neoforge yarn
222
getResetCache().convention(getExtension().refreshDeps());
223
224
if (!LoomGradleExtension.get(getProject()).disableObfuscation()) {
0 commit comments