Skip to content

Commit a24ed30

Browse files
Attempts to fix broken native
1 parent 0d94dba commit a24ed30

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ 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+
}
61+
}
5662
}
5763

5864
unimined.minecraft {

0 commit comments

Comments
 (0)