Merge pull request #504 from davidB/v3.1
nifty-gui: upgrade from 1.4.1 to 1.4.2, available on maven central wi…
This commit is contained in:
commit
2c3d94a166
@ -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 'com.github.nifty-gui:nifty:1.4.2'
|
||||||
compile 'lessvoid:nifty-default-controls:1.4.1'
|
compile 'com.github.nifty-gui:nifty-default-controls:1.4.2'
|
||||||
compile 'lessvoid:nifty-style-black:1.4.1'
|
compile 'com.github.nifty-gui:nifty-style-black:1.4.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.pomConfig = {
|
ext.pomConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user