REO TS plugin missing #4090

This commit is contained in:
Andrey 2022-04-25 20:37:16 -04:00
parent 0c24d560b1
commit 9dced11c26
4 changed files with 8 additions and 5 deletions

0
android/gradlew vendored Normal file → Executable file
View File

13
misc/jenkins/build_java_console.sh Normal file → Executable file
View File

@ -14,10 +14,13 @@ cd java_console
ant clean clean_out_folder jar
cd ..
echo "Building TS plugin"
cd java_tools/ts_plugin_launcher
ant clean jar
cd ../..
[ -e java_console_binary/rusefi_console.jar ] || { echo "CONSOLE COMPILATION FAILED"; exit 1; }
echo "java console looks good"
echo "Building TS plugin"
cd android
./gradlew :ts_plugin_launcher:shadowJar
cd ..
[ -e java_tools/ts_plugin_launcher/build/jar/rusefi_ts_plugin_launcher.jar ] || { echo "PLUGIN COMPILATION FAILED"; exit 1; }
echo "TS plugin looks good"

0
misc/jenkins/build_simulator.sh Normal file → Executable file
View File

0
misc/jenkins/build_working_folder.sh Normal file → Executable file
View File