We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acdcb5 commit 3e29eb6Copy full SHA for 3e29eb6
dev/src/main/groovy/com/fox2code/foxloader/dev/GradlePlugin.groovy
@@ -236,6 +236,12 @@ class GradlePlugin implements Plugin<Project> {
236
}
237
238
if (config.useLWJGLX) {
239
+ project.configurations.configureEach {
240
+ exclude group: 'org.lwjgl.lwjgl', module: 'lwjgl'
241
+ exclude group: 'org.lwjgl.lwjgl', module: 'lwjgl_util'
242
+ exclude group: 'org.lwjgl.lwjgl', module: 'lwjgl-platform'
243
+ }
244
+
245
String lwjglNatives
246
247
switch (OperatingSystem.current()) {
0 commit comments