Skip to content

Commit 366e61e

Browse files
committed
upgrade to java 21
1 parent 9d32259 commit 366e61e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

service/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ apply plugin: 'org.springframework.boot'
1212
apply plugin: 'checkstyle'
1313
apply plugin: "com.github.spotbugs"
1414

15+
java {
16+
sourceCompatibility = JavaVersion.VERSION_21
17+
targetCompatibility = JavaVersion.VERSION_21
18+
}
19+
1520
repositories {
1621
mavenCentral()
1722
flatDir {

0 commit comments

Comments
 (0)