9 lines
183 B
Groovy
Raw Normal View History

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