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
d990125350
commit
193acec6d1
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ steps:
|
|||
inputs:
|
||||
mavenPOMFile: 'pom.xml'
|
||||
publishJUnitResults: true
|
||||
goals: 'package'
|
||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||
JDKVersion: '${{ parameters.JDKVersion }}'
|
||||
JDKVersion: "${{ parameters.JDKVersion }}"
|
||||
jdkVersionOption: 'path'
|
||||
jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64
|
||||
goals: 'package'
|
||||
mavenVersionOption: 'path'
|
||||
mavenDirectory: /opt/maven
|
||||
|
||||
|
|
Loading…
Reference in a new issue