Skip to content

Commit 47a8feb

Browse files
authored
Exclude external ForgePatches dep if Mod is lwjgl3ify (#116)
* Exclude external ForgePatches dep if Mod is lwjgl3ify * Formatting:tm:
1 parent c64a5fc commit 47a8feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,9 +871,9 @@ if (enableJava17RunTasks.toBoolean()) {
871871
dependencies {
872872
if (modId != 'lwjgl3ify') {
873873
java17Dependencies("io.github.twilightflower:lwjgl3ify:1.0.0")
874-
}
875-
java17PatchDependencies("io.github.twilightflower:lwjgl3ify:1.0.0:forgePatches") {
874+
java17PatchDependencies("io.github.twilightflower:lwjgl3ify:1.0.0:forgePatches") {
876875
transitive = false
876+
}
877877
}
878878
}
879879

0 commit comments

Comments
 (0)