-
-
Notifications
You must be signed in to change notification settings - Fork 448
Open
Labels
FG6This request is for FG 6This request is for FG 6
Description
When using this multiloader template, ForgeGradle is running into an odd exception in reobfJar
during build
. I've tried experimenting with removing certain parts of the template, but couldn't pinpoint what exactly is causing the issue.
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':forge:reobfJar'.
...
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
...
at net.minecraftforge.srgutils.InternalUtils.loadNamed(InternalUtils.java:39)
at net.minecraftforge.srgutils.InternalUtils.load(InternalUtils.java:28)
at net.minecraftforge.srgutils.IMappingFile.load(IMappingFile.java:27)
at net.minecraftforge.srgutils.IMappingFile.load(IMappingFile.java:22)
at net.minecraftforge.gradle.userdev.tasks.RenameJarInPlace.apply(RenameJarInPlace.java:66)
Metadata
Metadata
Assignees
Labels
FG6This request is for FG 6This request is for FG 6