From 59d1da8c66196b6329df406e77bda96426c9c197 Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Thu, 12 Sep 2024 17:15:12 -0500 Subject: [PATCH] bump the min java version for examples --- plugins/examples/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/examples/build.gradle b/plugins/examples/build.gradle index 8be4dfd7d1ab7..b60485edd1cb8 100644 --- a/plugins/examples/build.gradle +++ b/plugins/examples/build.gradle @@ -16,8 +16,8 @@ subprojects { apply plugin: 'java' java { - sourceCompatibility = 17 - targetCompatibility = 17 + sourceCompatibility = 21 + targetCompatibility = 21 } repositories {