Sfoglia il codice sorgente

build: fix build error

Kirill Vainer 9 anni fa
parent
commit
cd0893005a
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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')
 }