Skip to content

Commit 43189fc

Browse files
committed
update workflow
Signed-off-by: Lehlogonolo Poole <[email protected]>
1 parent 99e47c4 commit 43189fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: "temurin"
2828
cache: maven
2929
- name: Build with Maven
30-
run: mvn -B package --file pom.xml
30+
run: mvn -B package --file pom.xml -Djpackage.skip=true
3131

3232
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3333
# - name: Update dependency graph

0 commit comments

Comments
 (0)