From 9a3cbcc71188dcd976c2a1e12dec6b3cc8cbdd55 Mon Sep 17 00:00:00 2001 From: labkey-jeckels Date: Fri, 2 Jan 2026 16:04:27 -0800 Subject: [PATCH] Require Java 25 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 63bd75060d..3f6ba096b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,8 +34,8 @@ artifactory_contextUrl=https://labkey.jfrog.io/artifactory # The source and target versions of Java for compilation tasks # @JavaRuntimeVersion -sourceCompatibility=17 -targetCompatibility=17 +sourceCompatibility=25 +targetCompatibility=25 # indicates if we should use previously published artifacts or build from source # This setting applies to all projects unless overridden on command line or in a