Skip to content

Commit

Permalink
Use gradle Java plugin configuration block
Browse files Browse the repository at this point in the history
  • Loading branch information
qeeqez authored and dsyer committed Feb 29, 2024
1 parent 6508cfb commit 3efd6e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ gradle.startParameter.excludedTaskNames += [ "checkFormatAot", "checkFormatAotTe

group = 'org.springframework.samples'
version = '3.2.0'
sourceCompatibility = '17'

java {
sourceCompatibility = JavaVersion.VERSION_17
}

repositories {
mavenCentral()
Expand Down

0 comments on commit 3efd6e0

Please sign in to comment.