Skip to content

Commit

Permalink
run jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Oct 16, 2024
1 parent c26876e commit 879798a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ allprojects {

idea {
project {
jdkName = "8"
languageLevel = "8"
jdkName = "17"
languageLevel = "17"
vcs = "Git"
}
}
Expand Down

0 comments on commit 879798a

Please sign in to comment.