10 lines
181 B
Groovy
10 lines
181 B
Groovy
if (!hasProperty('mainClass')) {
|
|
ext.mainClass = ''
|
|
}
|
|
|
|
dependencies {
|
|
compile project(':jme3-core')
|
|
compile project(':jme3-plugins')
|
|
compileOnly 'android:android'
|
|
}
|