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')