Skip to content

Commit 5e25088

Browse files
authored
Update azure-pipelines.yml
1 parent 4e69ab2 commit 5e25088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ steps:
1212
mavenPomFile: 'pom.xml'
1313
mavenOptions: '-Xmx3072m'
1414
javaHomeOption: 'JDKVersion'
15-
jdkVersionOption: '1.10'
15+
jdkVersionOption: '1.11'
1616
jdkArchitectureOption: 'x64'
1717
publishJUnitResults: true
1818
testResultsFiles: '**/TEST-*.xml'
19-
goals: 'test'
19+
goals: 'test'

0 commit comments

Comments
 (0)