Skip to content

Commit f68befc

Browse files
authored
Update maven.yml
1 parent bfb3c67 commit f68befc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ jobs:
7575
java-version: '11'
7676
cache: 'gradle'
7777
- name: Build with Gradle
78-
run: ./gradlew test --no-daemon
78+
run: chmod +x gradlew && ./gradlew test --no-daemon
7979

0 commit comments

Comments
 (0)