11 lines
235 B
Groovy
11 lines
235 B
Groovy
if (!hasProperty('mainClass')) {
|
|
ext.mainClass = ''
|
|
}
|
|
|
|
def niftyVersion = '1.4.3'
|
|
|
|
dependencies {
|
|
runtime "com.github.nifty-gui:nifty-examples:$niftyVersion"
|
|
runtime "com.github.nifty-gui:nifty-style-black:$niftyVersion"
|
|
}
|