|
@@ -58,14 +58,11 @@ After cloning, open the `build.gradle` file and uncomment the `mavenLocal()` rep
|
|
----
|
|
----
|
|
repositories {
|
|
repositories {
|
|
//This is where jme3 dependencies are stored.
|
|
//This is where jme3 dependencies are stored.
|
|
- jcenter()
|
|
|
|
|
|
+ mavenCentral()
|
|
|
|
|
|
//Uncomment this if you install local dependencies.
|
|
//Uncomment this if you install local dependencies.
|
|
mavenLocal()
|
|
mavenLocal()
|
|
|
|
|
|
- //Uncomment this if you use external dependencies
|
|
|
|
- //mavenCentral()
|
|
|
|
-
|
|
|
|
//Uncomment this if you use jme3-niftygui
|
|
//Uncomment this if you use jme3-niftygui
|
|
//maven{url 'http://nifty-gui.sourceforge.net/nifty-maven-repo'}
|
|
//maven{url 'http://nifty-gui.sourceforge.net/nifty-maven-repo'}
|
|
|
|
|