Skip to content

Commit

Permalink
Fix DLI task on Neo/Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jul 2, 2024
1 parent 3f27a84 commit 03672f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

package net.fabricmc.loom.configuration.providers.forge;

import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
Expand Down Expand Up @@ -147,5 +148,5 @@ public record Resolved(
List<String> jvmArgs,
Map<String, String> env,
Map<String, String> props
) { }
) implements Serializable { }
}

0 comments on commit 03672f3

Please sign in to comment.