We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621a4ab commit dcb6697Copy full SHA for dcb6697
jme3-testdata/build.gradle
@@ -2,13 +2,9 @@ if (!hasProperty('mainClass')) {
2
ext.mainClass = ''
3
}
4
5
-repositories {
6
- maven {
7
- url 'http://nifty-gui.sourceforge.net/nifty-maven-repo'
8
- }
9
-}
+def niftyVersion = '1.4.3'
10
11
dependencies {
12
- compile 'lessvoid:nifty-examples:1.4.1'
13
- runtime 'com.github.nifty-gui:nifty-style-black:1.4.3'
+ runtime "com.github.nifty-gui:nifty-examples:$niftyVersion"
+ runtime "com.github.nifty-gui:nifty-style-black:$niftyVersion"
14
0 commit comments