فهرست منبع

nifty-gui: upgrade from 1.4.1 to 1.4.2, available on maven central with the new “official” groupId: com.github.nifty-gui

David Bernard 9 سال پیش
والد
کامیت
f46680815d
1فایلهای تغییر یافته به همراه4 افزوده شده و 10 حذف شده
  1. 4 10
      jme3-niftygui/build.gradle

+ 4 - 10
jme3-niftygui/build.gradle

@@ -2,17 +2,11 @@ if (!hasProperty('mainClass')) {
     ext.mainClass = ''
     ext.mainClass = ''
 }
 }
 
 
-repositories {
-    maven{
-        url 'http://nifty-gui.sourceforge.net/nifty-maven-repo'
-    }
-}
-
 dependencies {
 dependencies {
     compile project(':jme3-core')
     compile project(':jme3-core')
-    compile 'lessvoid:nifty:1.4.1'
-    compile 'lessvoid:nifty-default-controls:1.4.1'
-    compile 'lessvoid:nifty-style-black:1.4.1'
+    compile 'com.github.nifty-gui:nifty:1.4.2'
+    compile 'com.github.nifty-gui:nifty-default-controls:1.4.2'
+    compile 'com.github.nifty-gui:nifty-style-black:1.4.2'
 }
 }
 
 
 ext.pomConfig = {
 ext.pomConfig = {
@@ -44,4 +38,4 @@ ext.pomConfig = {
             url "http://nifty-gui.sourceforge.net/nifty-maven-repo"
             url "http://nifty-gui.sourceforge.net/nifty-maven-repo"
         }
         }
     }
     }
-}
+}