We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72dde5 commit b4a89e6Copy full SHA for b4a89e6
1 file changed
.github/workflows/CI.yml
@@ -78,6 +78,9 @@ jobs:
78
with:
79
distribution: 'temurin'
80
java-version: '17'
81
+ - name: Make gradlew executable
82
+ working-directory: ./libs/vespera-bridge
83
+ run: chmod +x gradlew
84
- uses: changepacks/action@main
85
id: changepacks
86
0 commit comments