2014-03-21 02:32:11 +01:00
|
|
|
if (!hasProperty('mainClass')) {
|
|
|
|
ext.mainClass = ''
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':jme3-core')
|
2015-12-07 21:49:04 -05:00
|
|
|
testCompile project(path: ':jme3-core', configuration: 'testOutput')
|
2014-03-21 02:32:11 +01:00
|
|
|
}
|