From 3ce7321ba2b2bd88c2669d5db90fe62a983d0a3d Mon Sep 17 00:00:00 2001 From: FabrizioDeCastelli Date: Wed, 9 Aug 2023 18:25:22 +0200 Subject: [PATCH] Modified compatibility. --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dba62ac..26cd049 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,8 @@ plugins { group = "org.example" version = "1.0-SNAPSHOT" - +sourceCompatibility = '17.PREVIEW' +targetCompatibility = '17.PREVIEW' configurations { checkstyleConfig