Skip to content

Commit

Permalink
Build with mvnw in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Nov 29, 2024
1 parent c39dc9c commit 76ce45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Build
env:
MAVEN_OPTS: --add-opens java.base/java.util=ALL-UNNAMED
run: mvn -B clean spotless:check package biz.aQute.bnd:bnd-resolver-maven-plugin:resolve --file pom.xml
run: ./mvnw -B clean spotless:check package biz.aQute.bnd:bnd-resolver-maven-plugin:resolve --file pom.xml

0 comments on commit 76ce45a

Please sign in to comment.