2014-03-21 02:32:11 +01:00
|
|
|
if (!hasProperty('mainClass')) {
|
|
|
|
ext.mainClass = ''
|
|
|
|
}
|
|
|
|
|
2015-03-27 22:21:14 -04:00
|
|
|
repositories {
|
|
|
|
maven {
|
|
|
|
url 'http://nifty-gui.sourceforge.net/nifty-maven-repo'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-03-21 02:32:11 +01:00
|
|
|
dependencies {
|
2015-03-27 22:21:14 -04:00
|
|
|
compile 'lessvoid:nifty-examples:1.4.1'
|
2019-04-12 22:10:31 -07:00
|
|
|
runtime 'com.github.nifty-gui:nifty-style-black:1.4.3'
|
2014-03-21 02:32:11 +01:00
|
|
|
}
|