Skip to content

Commit f759cd7

Browse files
committed
maven.yml 수정
1 parent a5514d2 commit f759cd7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
distribution: 'temurin'
2323
cache: maven
2424

25+
- name: Grant execute permission to mvnw
26+
run: chmod +x mvnw
27+
2528
- name: Build JAR with Maven Wrapper
2629
run: ./mvnw package -DskipTests
2730

0 commit comments

Comments
 (0)