ci: make Gradle wrapper executable and update permissions

This commit is contained in:
2026-03-26 16:29:46 -03:00
parent 7f5f66ebe9
commit 422b14b259
2 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ jobs:
distribution: temurin
cache: gradle
- name: Make Gradle wrapper executable
run: chmod +x gradlew
- name: Run tests
run: ./gradlew test --no-daemon