Skip to content

Commit 549678c

Browse files
committed
fix dependency declaration
1 parent 4ba0f5d commit 549678c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

1.8.9/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ dependencies {
6060
compileOnly("org.lwjgl:lwjgl-glfw:${lwjglVersion}")
6161
compileOnly("org.lwjgl:lwjgl-sdl:3.4.0-SNAPSHOT")
6262

63-
modImplementation("io.github.moehreag:legacy-lwjgl3:${project.property("legacy_lwgjl3")}") {
64-
exclude("org.lwjgl")
65-
}
63+
modImplementation("io.github.moehreag:legacy-lwjgl3:${project.property("legacy_lwgjl3")}")
6664

6765
include(implementation("org.lwjgl", "lwjgl-tinyfd", lwjglVersion))
6866
include(runtimeOnly("org.lwjgl", "lwjgl-tinyfd", lwjglVersion, classifier = "natives-linux"))

0 commit comments

Comments
 (0)