From 94520781ff2c83a810c5a4709fa2583d09a7d220 Mon Sep 17 00:00:00 2001 From: JNightRide <97632588+JNightRide@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:44:00 -0600 Subject: [PATCH] Gradle build (zip) (#2235) * lwjgl dependency issues --- jme3-examples/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jme3-examples/build.gradle b/jme3-examples/build.gradle index 7fd7034dae..b5979feceb 100644 --- a/jme3-examples/build.gradle +++ b/jme3-examples/build.gradle @@ -19,8 +19,8 @@ dependencies { implementation project(':jme3-effects') implementation project(':jme3-jbullet') implementation project(':jme3-jogg') -// implementation project(':jme3-lwjgl') - implementation project(':jme3-lwjgl3') + implementation project(':jme3-lwjgl') +// implementation project(':jme3-lwjgl3') implementation project(':jme3-networking') implementation project(':jme3-niftygui') implementation project(':jme3-plugins')