We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5514d2 commit f759cd7Copy full SHA for f759cd7
1 file changed
.github/workflows/maven.yml
@@ -22,6 +22,9 @@ jobs:
22
distribution: 'temurin'
23
cache: maven
24
25
+ - name: Grant execute permission to mvnw
26
+ run: chmod +x mvnw
27
+
28
- name: Build JAR with Maven Wrapper
29
run: ./mvnw package -DskipTests
30
0 commit comments