11 lines
235 B
Groovy
Raw Normal View History

2014-03-21 02:32:11 +01:00
if (!hasProperty('mainClass')) {
ext.mainClass = ''
}
def niftyVersion = '1.4.3'
2015-03-27 22:21:14 -04:00
2014-03-21 02:32:11 +01:00
dependencies {
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
}