mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-13 05:11:12 +00:00
added mvn_opts with --add-opens
This commit is contained in:
parent
7d2003b504
commit
5fb322cf7c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/jf-cli.yml
vendored
2
.github/workflows/jf-cli.yml
vendored
|
|
@ -775,6 +775,8 @@ jobs:
|
|||
|
||||
- name: "Package: Create MVN Build"
|
||||
run: | # -Djar.finalName=${{env.JAR_FINAL_NAME}}
|
||||
export MAVEN_OPTS="--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED"
|
||||
|
||||
jf mvn clean install -DskipTests=true -Denforcer.skip=true -f pom.xml --build-name ${{env.BUILD_NAME}} --build-number ${{env.BUILD_ID}}
|
||||
|
||||
- name: "Package: Xray - mvn Artifact scan"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue