build.gradle 183 B

12345678
  1. if (!hasProperty('mainClass')) {
  2. ext.mainClass = ''
  3. }
  4. dependencies {
  5. compile project(':jme3-core')
  6. testCompile project(path: ':jme3-core', configuration: 'testOutput')
  7. }