build.gradle 292 B

1234567891011
  1. if (!hasProperty('mainClass')) {
  2. ext.mainClass = ''
  3. }
  4. dependencies {
  5. compile project(':jme3-core')
  6. testCompile project(':jme3-core')
  7. testCompile project(':jme3-desktop')
  8. testCompile project(':jme3-core').sourceSets.test.output
  9. testCompile project(':jme3-testdata')
  10. }