Skip to content

Commit b46d501

Browse files
committed
Require JDK 8 on CI?
XML output changed between JDK 8 and JDK 11, breaking some unit tests. Constrain CI to using JDK 8, so that tests pass.
1 parent 80f2c9c commit b46d501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ jobs:
108108

109109
- template: templates\install-dependencies.yaml
110110

111-
- script: make prepare CONFIGURATION=$(Build.Configuration) JI_MAX_JDK=11
111+
- script: make prepare CONFIGURATION=$(Build.Configuration) JI_MAX_JDK=8
112112
displayName: make prepare
113113

114-
- script: make all CONFIGURATION=$(Build.Configuration) JI_MAX_JDK=11
114+
- script: make all CONFIGURATION=$(Build.Configuration) JI_MAX_JDK=8
115115
displayName: make all
116116

117117
- script: |

0 commit comments

Comments
 (0)