mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Update maven-build.yml
This commit is contained in:
parent
4a1f3171a4
commit
73ba2a722e
1 changed files with 2 additions and 3 deletions
3
.github/workflows/maven-build.yml
vendored
3
.github/workflows/maven-build.yml
vendored
|
@ -34,8 +34,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
comment-summary-in-pr: always
|
comment-summary-in-pr: always
|
||||||
fail-on-severity: high
|
fail-on-severity: high
|
||||||
|
deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later
|
||||||
deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later
|
|
||||||
# retry-on-snapshot-warnings: true
|
# retry-on-snapshot-warnings: true
|
||||||
- name: Build with Maven Wrapper
|
- name: Build with Maven Wrapper
|
||||||
run: ./mvnw -B package
|
run: ./mvnw -B package
|
||||||
|
|
Loading…
Reference in a new issue