Skip to content

Commit 4f46078

Browse files
committed
update pipeline java version
1 parent e670bcc commit 4f46078

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
publishJUnitResults: true
2828
testResultsFiles: '**/surefire-reports/TEST-*.xml'
2929
javaHomeOption: 'JDKVersion'
30+
jdkVersionOption: '11'
3031
mavenVersionOption: 'Default'
3132
mavenAuthenticateFeed: false
3233
effectivePomSkip: false
@@ -120,6 +121,7 @@ jobs:
120121
publishJUnitResults: true
121122
testResultsFiles: '**/surefire-reports/TEST-*.xml'
122123
javaHomeOption: 'JDKVersion'
124+
jdkVersionOption: '11'
123125
mavenVersionOption: 'Default'
124126
mavenAuthenticateFeed: false
125127
effectivePomSkip: false

0 commit comments

Comments
 (0)