File tree Expand file tree Collapse file tree
azure-pipelines/pull-request-validation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 displayName : Assemble Local
3939 inputs :
4040 javaHomeSelection : JDKVersion
41- jdkVersionOption : " 1.11 "
41+ jdkVersionOption : " 1.17 "
4242 tasks : clean common:assembleLocal
4343 publishJUnitResults : false
4444 jdkArchitecture : x64
@@ -48,14 +48,14 @@ jobs:
4848 displayName : Run Unit tests
4949 inputs :
5050 javaHomeSelection : JDKVersion
51- jdkVersionOption : " 1.11 "
51+ jdkVersionOption : " 1.17 "
5252 tasks : common:testLocalDebugUnitTest -PlabSecret=$(LabVaultAppCert) -PmockApiUrl=$(MOCK_API_URL)
5353 - task : Gradle@3
5454 displayName : Check Dependencies size
5555 condition : eq(variables['system.pullRequest.targetBranch'], 'dev')
5656 inputs :
5757 tasks : common:dependenciesSizeCheck -PdependenciesSizeCheckConfig=distReleaseRuntimeClasspath
58- jdkVersionOption : " 1.11 "
58+ jdkVersionOption : " 1.17 "
5959
6060- job : spotbugs
6161 displayName : SpotBugs
8787 tasks : clean common:lintLocalDebug
8888 publishJUnitResults : false
8989 javaHomeSelection : JDKVersion
90- jdkVersionOption : " 1.11 "
90+ jdkVersionOption : " 1.17 "
9191...
You can’t perform that action at this time.
0 commit comments