Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Maven Wrapperに変更
  • Loading branch information
mygreen authored Jan 2, 2024
1 parent 4318113 commit 5be212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B clean verify -Dgpg.skip=true
run: mvnw -B clean verify -Dgpg.skip=true

0 comments on commit 5be212a

Please sign in to comment.