build: fix build error

cleanup_build_scripts
Kirill Vainer 9 years ago
parent a7b20629e7
commit 2a0a9e7b6e
  1. 4
      jme3-bullet-native/build.gradle

@ -4,6 +4,10 @@ import java.nio.file.Paths
String bulletSrcPath = bulletFolder + '/src' String bulletSrcPath = bulletFolder + '/src'
if (!hasProperty('mainClass')) {
ext.mainClass = ''
}
dependencies { dependencies {
compile project(':jme3-bullet') compile project(':jme3-bullet')
} }

Loading…
Cancel
Save