Skip to content

Commit

Permalink
Java8 to Java17 (感觉Java17好点) ps:本地构建麻烦
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFloodDragon committed Aug 9, 2023
1 parent 47686bd commit c29ebd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ subprojects {

java {
withSourcesJar()
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

group = rootGroup
Expand Down

0 comments on commit c29ebd2

Please sign in to comment.