mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 18:35:49 +00:00
Update parameter1.yaml
This commit is contained in:
parent
39baf271c9
commit
adfee6e558
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ steps:
|
|||
publishJUnitResults: true
|
||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||
JDKVersion: '${{ parameters.JDKVersion }}'
|
||||
jdkVersionOption: 'path'
|
||||
jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64
|
||||
goals: 'package'
|
||||
mavenVersionOption: 'Default'
|
||||
mavenAuthenticateFeed: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue