Skip to content

Commit b4a89e6

Browse files
committed
Fix CICD
1 parent e72dde5 commit b4a89e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
with:
7979
distribution: 'temurin'
8080
java-version: '17'
81+
- name: Make gradlew executable
82+
working-directory: ./libs/vespera-bridge
83+
run: chmod +x gradlew
8184
- uses: changepacks/action@main
8285
id: changepacks
8386
with:

0 commit comments

Comments
 (0)