We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f2c9c commit b46d501Copy full SHA for b46d501
build-tools/automation/azure-pipelines.yaml
@@ -108,10 +108,10 @@ jobs:
108
109
- template: templates\install-dependencies.yaml
110
111
- - script: make prepare CONFIGURATION=$(Build.Configuration) JI_MAX_JDK=11
+ - script: make prepare CONFIGURATION=$(Build.Configuration) JI_MAX_JDK=8
112
displayName: make prepare
113
114
- - script: make all CONFIGURATION=$(Build.Configuration) JI_MAX_JDK=11
+ - script: make all CONFIGURATION=$(Build.Configuration) JI_MAX_JDK=8
115
displayName: make all
116
117
- script: |
0 commit comments