From 67daff7670676a796c0514920da92f9cd8c1c75d Mon Sep 17 00:00:00 2001 From: "jules.vinot" Date: Tue, 4 Jun 2024 15:57:42 +0200 Subject: [PATCH] Add source compatibility to 21 --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index ac0ca7b..4f49a7c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,10 @@ plugins { id "org.sonarqube" version "4.4.1.3373" } +java { + sourceCompatibility = '21' +} + sonar { properties { property "sonar.projectKey", "antoine-vinot-sonarsource_Scanning_AYyCPVmyMC3uXdxpHdyc"