fix build all projects dir change

This commit is contained in:
smtg 2024-03-31 11:27:56 +02:00
parent 161707707d
commit cbef772cd2

View File

@ -28,7 +28,7 @@ A certain development environment is suggested to allow for streamlined developm
```bash ```bash
for project in */; do for project in */; do
cd "$project" && ./gradlew build cd "$project" && ./gradlew build && cd ..
done done
``` ```