From f9cedbf9f13b961f3176d9187136e738872b2992 Mon Sep 17 00:00:00 2001 From: "Sean C. Sullivan" Date: Thu, 26 Oct 2023 13:46:35 -0700 Subject: [PATCH] sourceCompatibility: 17 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a5e9856626..56cb3227e6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ ext.githubProjectName = rootProject.name idea { project { - languageLevel = '1.8' + languageLevel = '17' } } @@ -53,7 +53,7 @@ subprojects { group = "com.netflix.${githubProjectName}" - sourceCompatibility = '1.8' + sourceCompatibility = '17' eclipse { classpath {