2014-03-21 02:32:11 +01:00
|
|
|
if (!hasProperty('mainClass')) {
|
|
|
|
ext.mainClass = ''
|
|
|
|
}
|
|
|
|
|
2019-09-20 13:33:32 -07:00
|
|
|
def niftyVersion = '1.4.3'
|
2015-03-27 22:21:14 -04:00
|
|
|
|
2014-03-21 02:32:11 +01:00
|
|
|
dependencies {
|
2019-09-20 13:33:32 -07:00
|
|
|
runtime "com.github.nifty-gui:nifty-examples:$niftyVersion"
|
|
|
|
runtime "com.github.nifty-gui:nifty-style-black:$niftyVersion"
|
2014-03-21 02:32:11 +01:00
|
|
|
}
|