From 4bb859de21b562dfd7593fff4144a29dd173c802 Mon Sep 17 00:00:00 2001 From: "Yen, David (398B-Affiliate)" Date: Thu, 12 Oct 2023 17:13:52 -0700 Subject: [PATCH] java11 instead of 17 --- build.gradle | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 897f4c1..94382ec 100755 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'java' -sourceCompatibility = 1.17 -targetCompatibility = 1.17 +sourceCompatibility = 1.11 +targetCompatibility = 1.11 dependencies { implementation fileTree(dir: 'target/dependency/', include: '*.jar') diff --git a/pom.xml b/pom.xml index e5152f2..08ccb5f 100755 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ com.google.code.gson gson - 2.9.0 + 2.10.1 gov.nasa.earthdata @@ -88,8 +88,8 @@ maven-compiler-plugin 3.8.0 - 17 - 17 + 11 + 11