diff --git a/gradle.properties b/gradle.properties index 67425e7d25..471bd84acd 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