We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe10b5 commit 70626cdCopy full SHA for 70626cd
1 file changed
build_engine.sh
@@ -27,7 +27,7 @@ fi
27
28
# Until https://github.com/jMonkeyEngine/jmonkeyengine/issues/1260 is solved, prebuild the engine manually
29
echo "Prebuilding the engine to ensure native libraries are unzipped"
30
-./gradlew -PbuildJavaDoc=true assemble
+./gradlew -PbuildJavaDoc=true build assemble
31
32
#echo "Building the Engine and installing them to your local maven repo...."
33
# ./gradlew -PbuildJavaDoc=true install # Depends on jarJavadoc, jarSourcecode, assemble, dist etc.
0 commit comments