You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
343 B
16 lines
343 B
if (!hasProperty('mainClass')) {
|
|
ext.mainClass = ''
|
|
}
|
|
|
|
repositories {
|
|
maven{
|
|
url 'http://nifty-gui.sourceforge.net/nifty-maven-repo'
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compile project(':jme3-core')
|
|
compile 'lessvoid:nifty:1.3.3'
|
|
compile 'lessvoid:nifty-default-controls:1.3.3'
|
|
compile 'lessvoid:nifty-style-black:1.3.3'
|
|
}
|
|
|