fix build all projects dir change

This commit is contained in:
smtg 2024-03-31 11:27:56 +02:00
parent 161707707d
commit cbef772cd2
1 changed files with 1 additions and 1 deletions

View File

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