From cabfe1b9eee4f41e61cb69e878859bf208c7179d Mon Sep 17 00:00:00 2001 From: BytingBulldogs3539 Date: Fri, 20 Oct 2023 23:29:10 -0400 Subject: [PATCH] JDK17 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index de6d0d8..f60c0b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ steps: gradleWrapperFile: 'gradlew' gradleOptions: '-Xmx3072m' javaHomeOption: 'JDKVersion' - jdkVersionOption: '1.11' + jdkVersionOption: '1.17' jdkArchitectureOption: 'x64' publishJUnitResults: false testResultsFiles: '**/TEST-*.xml'