Skip to content

Commit

Permalink
build: support Java 21 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
shitlime authored and WhiredPlanck committed Jan 18, 2024
1 parent beda040 commit c07b2c4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ plugins {
alias(libs.plugins.kotlin.jvm)
}

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

kotlin {
jvmToolchain(17)
}

dependencies {
implementation(libs.kotlinpoet.ksp)
implementation(libs.ksp)
Expand Down

0 comments on commit c07b2c4

Please sign in to comment.