Skip to content

Commit d75ba7c

Browse files
committed
use Java 17
1 parent b51bda0 commit d75ba7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
}
66

77
java {
8-
sourceCompatibility = JavaVersion.VERSION_19
9-
targetCompatibility = JavaVersion.VERSION_19
8+
sourceCompatibility = JavaVersion.VERSION_17
9+
targetCompatibility = JavaVersion.VERSION_17
1010
}
1111

1212

0 commit comments

Comments
 (0)