Skip to content

Commit

Permalink
fixup! Add -X opton
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada committed Jun 9, 2024
1 parent 5823e0f commit 1150f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: src/main/webui/package-lock.json
- name: Build with Maven
run: ./mvnw -X -B package --file pom.xml

0 comments on commit 1150f86

Please sign in to comment.