fix issue #1188 (TestNiftyExamples crash)

fix-openal-soft-deadlink
Stephen Gold 5 years ago
parent 621a4ab6a9
commit dcb66977ba
  1. 10
      jme3-testdata/build.gradle

@ -2,13 +2,9 @@ if (!hasProperty('mainClass')) {
ext.mainClass = '' ext.mainClass = ''
} }
repositories { def niftyVersion = '1.4.3'
maven {
url 'http://nifty-gui.sourceforge.net/nifty-maven-repo'
}
}
dependencies { dependencies {
compile 'lessvoid:nifty-examples:1.4.1' runtime "com.github.nifty-gui:nifty-examples:$niftyVersion"
runtime 'com.github.nifty-gui:nifty-style-black:1.4.3' runtime "com.github.nifty-gui:nifty-style-black:$niftyVersion"
} }

Loading…
Cancel
Save