Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio authored Aug 21, 2024
1 parent 6304d7d commit b78e1e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ sourceSets {
}
}

tasks.compileJava {
sourceCompatibility = JavaVersion.VERSION_21.toString()
targetCompatibility = JavaVersion.VERSION_21.toString()
}

tasks.compileKotlin {
kotlinOptions { jvmTarget = "21" }
}
Expand Down

0 comments on commit b78e1e7

Please sign in to comment.