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