also add additional integration tests for AppSettings, Application, and NativeLibraryLoader
9 lines
183 B
Groovy
9 lines
183 B
Groovy
if (!hasProperty('mainClass')) {
|
|
ext.mainClass = ''
|
|
}
|
|
|
|
dependencies {
|
|
compile project(':jme3-core')
|
|
testCompile project(path: ':jme3-core', configuration: 'testOutput')
|
|
}
|