Skip to content

Commit dcb6697

Browse files
committed
fix issue #1188 (TestNiftyExamples crash)
1 parent 621a4ab commit dcb6697

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

jme3-testdata/build.gradle

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ if (!hasProperty('mainClass')) {
22
ext.mainClass = ''
33
}
44

5-
repositories {
6-
maven {
7-
url 'http://nifty-gui.sourceforge.net/nifty-maven-repo'
8-
}
9-
}
5+
def niftyVersion = '1.4.3'
106

117
dependencies {
12-
compile 'lessvoid:nifty-examples:1.4.1'
13-
runtime 'com.github.nifty-gui:nifty-style-black:1.4.3'
8+
runtime "com.github.nifty-gui:nifty-examples:$niftyVersion"
9+
runtime "com.github.nifty-gui:nifty-style-black:$niftyVersion"
1410
}

0 commit comments

Comments
 (0)