Skip to content

Commit b2f65cd

Browse files
Attempts 2
1 parent a24ed30 commit b2f65cd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ configurations {
5353
compileOnly.extendsFrom(modCompileOnly)
5454
modRuntimeOnly
5555
runtimeOnly.extendsFrom(modRuntimeOnly)
56-
57-
configureEach {
58-
it.dependencies.removeIf {dit ->
59-
dit.group.startsWith("org.lwjgl.") && dit.CLASSIFIER.contains("arm")
60-
}
56+
57+
minecraftLibraries.dependencies.removeIf {dit ->
58+
dit.group.startsWith("org.lwjgl.") && dit.CLASSIFIER.contains("arm")
6159
}
60+
6261
}
6362

6463
unimined.minecraft {

0 commit comments

Comments
 (0)