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'
|
2014-03-21 02:32:11 +01:00
|
|
|
}
|