[AUTO] Update readme and add orbit config #8

Merged
orbit-brancher[bot] merged 6 commits from orbit-1716141383 into porting 2024-05-19 21:00:26 +02:00
3 changed files with 51 additions and 1 deletions
Showing only changes of commit f9297ce7c9 - Show all commits

View File

@@ -43,6 +43,7 @@ jobs:
if [ -d "$dir" ]; then
echo "Running Gradle build for $dir"
cd "$dir"
chmod +x ./gradlew
./gradlew build
cd -
fi