2014-03-21 02:32:11 +01:00
|
|
|
if (!hasProperty('mainClass')) {
|
|
|
|
ext.mainClass = ''
|
|
|
|
}
|
|
|
|
|
2018-12-30 23:28:01 +02:00
|
|
|
def niftyVersion = '1.4.3'
|
|
|
|
|
2014-03-21 02:32:11 +01:00
|
|
|
dependencies {
|
|
|
|
compile project(':jme3-core')
|
2018-12-30 23:28:01 +02:00
|
|
|
compile "com.github.nifty-gui:nifty:${niftyVersion}"
|
|
|
|
compile "com.github.nifty-gui:nifty-default-controls:${niftyVersion}"
|
|
|
|
compile "com.github.nifty-gui:nifty-style-black:${niftyVersion}"
|
2016-06-05 10:53:54 +02:00
|
|
|
}
|