let's separate Android from not Android

This commit is contained in:
rusefillc 2022-10-15 15:50:01 -04:00
parent a191d583d2
commit 4eee729d82
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cd ..
echo "java console looks good"
echo "Building TS plugin"
cd android
cd java_tools
./gradlew :ts_plugin_launcher:shadowJar
cd ..