import current build script to gradle-restructure git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10968 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
9 lines
181 B
Groovy
9 lines
181 B
Groovy
if (!hasProperty('mainClass')) {
|
|
ext.mainClass = ''
|
|
}
|
|
|
|
dependencies {
|
|
compile project(':jme3-core')
|
|
compile files('../lib/j-ogg-oggd.jar', '../lib/j-ogg-vorbisd.jar')
|
|
}
|