Browse Source

Workaround for jMonkeyEngine/#1260 - Manually trigger an engine build

MeFisto94 5 years ago
parent
commit
4b11793b89
1 changed files with 4 additions and 0 deletions
  1. 4 0
      build_engine.sh

+ 4 - 0
build_engine.sh

@@ -25,6 +25,10 @@ fi
 # that way we don't have to care about versioning and don't spam the user's mavenLocal Repo. Also you only need this script really to
 # download the engine. Nothing a windows user couldn't do by hand.
 
+# 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
+
 #echo "Building the Engine and installing them to your local maven repo...."
 # ./gradlew -PbuildJavaDoc=true install # Depends on jarJavadoc, jarSourcecode, assemble, dist etc.