Browse Source

Fix 3.3 related build breakage

MeFisto94 5 years ago
parent
commit
70626cd22c
1 changed files with 1 additions and 1 deletions
  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
 # Until https://github.com/jMonkeyEngine/jmonkeyengine/issues/1260 is solved, prebuild the engine manually
 echo "Prebuilding the engine to ensure native libraries are unzipped"
 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...."
 #echo "Building the Engine and installing them to your local maven repo...."
 # ./gradlew -PbuildJavaDoc=true install # Depends on jarJavadoc, jarSourcecode, assemble, dist etc.
 # ./gradlew -PbuildJavaDoc=true install # Depends on jarJavadoc, jarSourcecode, assemble, dist etc.