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 accb29d commit b6e415eCopy full SHA for b6e415e
network-basic/build.gradle
@@ -36,10 +36,7 @@ dependencies {
36
//Had to add this to get networking to update. Might be gradle bug from this version.
37
compile("org.jmonkeyengine:jme3-networking:$jmeVersion") {
38
force = true;
39
- }
40
- compile "org.jmonkeyengine:jme3-plugins:$jmeVersion"
41
- compile "org.jmonkeyengine:jme3-blender:$jmeVersion"
42
- compile "org.jmonkeyengine:jme3-jogg:$jmeVersion"
+ }
43
44
// We definitely want a UI
45
compile "com.simsilica:lemur:1.13.0"
0 commit comments