Update deployment script

This commit is contained in:
Alexey Andreev 2022-05-16 12:41:56 +03:00
parent 31f91bc63c
commit 6a760f1d0c

View File

@ -54,7 +54,7 @@ function deploy_teavm {
mvn -T $TEAVM_DEPLOY_THREADS -e -V deploy \
--settings ../deploy-settings.xml \
-P with-idea -P with-cli -P deploy-to-teavm \
-P with-idea -P with-cli -P deploy-to-teavm -P with-tests \
-Dmaven.repo.local=`pwd`/../build-cache/maven-repository \
-Dteavm.build.all=false \
-Dteavm.junit.optimized=false \