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
7d6a374091
commit
181f727b74
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ steps:
|
|||
mavenPOMFile: 'pom.xml'
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||
JDKVersion: '1.17'
|
||||
JDKVersion: '${{ parameters.name }}'
|
||||
goals: 'package'
|
||||
mavenVersionOption: 'Default'
|
||||
mavenAuthenticateFeed: false
|
||||
|
|
Loading…
Reference in a new issue