Explorar o código

build: fix build error

Kirill Vainer %!s(int64=9) %!d(string=hai) anos
pai
achega
cd0893005a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      jme3-bullet-native/build.gradle

+ 4 - 0
jme3-bullet-native/build.gradle

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