Explorar el Código

jme3-testdata: fix issue #241

shadowislord hace 10 años
padre
commit
51952de16a
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      jme3-testdata/build.gradle

+ 7 - 0
jme3-testdata/build.gradle

@@ -2,5 +2,12 @@ if (!hasProperty('mainClass')) {
     ext.mainClass = ''
 }
 
+repositories {
+    maven {
+        url 'http://nifty-gui.sourceforge.net/nifty-maven-repo'
+    }
+}
+
 dependencies {
+    compile 'lessvoid:nifty-examples:1.4.1'
 }