REO TS plugin missing #4090
This commit is contained in:
parent
0c24d560b1
commit
9dced11c26
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue