diff --git a/jme3-niftygui/build.gradle b/jme3-niftygui/build.gradle index 4945ea407..7db287711 100644 --- a/jme3-niftygui/build.gradle +++ b/jme3-niftygui/build.gradle @@ -2,17 +2,11 @@ if (!hasProperty('mainClass')) { ext.mainClass = '' } -repositories { - maven{ - url 'http://nifty-gui.sourceforge.net/nifty-maven-repo' - } -} - dependencies { 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 = { @@ -44,4 +38,4 @@ ext.pomConfig = { url "http://nifty-gui.sourceforge.net/nifty-maven-repo" } } -} \ No newline at end of file +}