Skip to content

Commit

Permalink
Build codegen use jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
wxyzh authored and Bambooin committed Jun 5, 2023
1 parent cf1ad84 commit f3dca25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

kotlin {
jvmToolchain(8)
jvmToolchain(17)
}

dependencies {
Expand Down

0 comments on commit f3dca25

Please sign in to comment.