Skip to content

Commit 20bc378

Browse files
committed
Change default mavenizer output to local caches
Forgot to do this in the last commit, whoops.
1 parent 254dc54 commit 20bc378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/minecraftforge/gradle/MinecraftExtensionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public MinecraftExtensionImpl(ForgeGradlePlugin plugin) {
9797
this.plugin = plugin;
9898
this.problems = this.getObjects().newInstance(ForgeGradleProblems.class);
9999

100-
this.output = this.getObjects().directoryProperty().convention(plugin.globalCaches().dir("mavenizer/output").map(this.problems.ensureFileLocation()));
100+
this.output = this.getObjects().directoryProperty().convention(plugin.localCaches().dir("mavenizer/output").map(this.problems.ensureFileLocation()));
101101

102102
this.mappings = this.getObjects().property(MinecraftMappings.class);
103103
}

0 commit comments

Comments
 (0)