Explorar o código

Fix 3.3 related build breakage

MeFisto94 %!s(int64=5) %!d(string=hai) anos
pai
achega
961a7b6296
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build_engine.sh

+ 1 - 1
build_engine.sh

@@ -27,7 +27,7 @@ fi
 
 # Until https://github.com/jMonkeyEngine/jmonkeyengine/issues/1260 is solved, prebuild the engine manually
 echo "Prebuilding the engine to ensure native libraries are unzipped"
-./gradlew -PbuildJavaDoc=true assemble
+./gradlew -PbuildJavaDoc=true build assemble
 
 #echo "Building the Engine and installing them to your local maven repo...."
 # ./gradlew -PbuildJavaDoc=true install # Depends on jarJavadoc, jarSourcecode, assemble, dist etc.