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 bfb3c67 commit f68befcCopy full SHA for f68befc
.github/workflows/maven.yml
@@ -75,5 +75,5 @@ jobs:
75
java-version: '11'
76
cache: 'gradle'
77
- name: Build with Gradle
78
- run: ./gradlew test --no-daemon
+ run: chmod +x gradlew && ./gradlew test --no-daemon
79
0 commit comments