Skip to content

Commit

Permalink
Add source compatibility to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jules.vinot authored and jules.vinot committed Jun 4, 2024
1 parent 3f03b6a commit 67daff7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 67daff7

Please sign in to comment.