Skip to content

Commit 70626cd

Browse files
committed
Fix 3.3 related build breakage
1 parent 1fe10b5 commit 70626cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_engine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727

2828
# Until https://github.com/jMonkeyEngine/jmonkeyengine/issues/1260 is solved, prebuild the engine manually
2929
echo "Prebuilding the engine to ensure native libraries are unzipped"
30-
./gradlew -PbuildJavaDoc=true assemble
30+
./gradlew -PbuildJavaDoc=true build assemble
3131

3232
#echo "Building the Engine and installing them to your local maven repo...."
3333
# ./gradlew -PbuildJavaDoc=true install # Depends on jarJavadoc, jarSourcecode, assemble, dist etc.

0 commit comments

Comments
 (0)