From 79f9773cec4258e04767c18be0a943acff4f2eb1 Mon Sep 17 00:00:00 2001 From: Stephen Nesman <94193373+snesm@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:28:13 -0500 Subject: [PATCH] Bump JRE from 11 to 17 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aafc87af..b70306d8 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ version = (findProperty('version') == 'unspecified') ? '1.0.1-SNAPSHOT' : versio ext.isReleaseVersion = !version.endsWith("SNAPSHOT") sourceCompatibility = 11 -targetCompatibility = 11 +targetCompatibility = 17 dependencies { // This dependency is exported to consumers, that is to say found on their compile classpath.