We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254dc54 commit 20bc378Copy full SHA for 20bc378
src/main/java/net/minecraftforge/gradle/MinecraftExtensionImpl.java
@@ -97,7 +97,7 @@ public MinecraftExtensionImpl(ForgeGradlePlugin plugin) {
97
this.plugin = plugin;
98
this.problems = this.getObjects().newInstance(ForgeGradleProblems.class);
99
100
- this.output = this.getObjects().directoryProperty().convention(plugin.globalCaches().dir("mavenizer/output").map(this.problems.ensureFileLocation()));
+ this.output = this.getObjects().directoryProperty().convention(plugin.localCaches().dir("mavenizer/output").map(this.problems.ensureFileLocation()));
101
102
this.mappings = this.getObjects().property(MinecraftMappings.class);
103
}
0 commit comments