Skip to content

Commit fb5dd9f

Browse files
authored
Bump Installertools to support remapping libraries with Java 21 class files. (#253)
1 parent 0982da8 commit fb5dd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/legacy/java/net/neoforged/moddevgradle/legacyforge/internal/LegacyForgeModDevPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void apply(Project project) {
9797
spec.setCanBeConsumed(false);
9898
spec.setCanBeResolved(true);
9999
spec.setTransitive(false);
100-
spec.getDependencies().add(depFactory.create("net.neoforged.installertools:installertools:2.1.10:fatjar"));
100+
spec.getDependencies().add(depFactory.create("net.neoforged.installertools:installertools:3.0.4:fatjar"));
101101
});
102102

103103
// This collection is used to share the files added by mixin with the obfuscation extension

0 commit comments

Comments
 (0)