Skip to content

Commit

Permalink
Merge pull request #14 from SimonMarquis/jvm-toolchain
Browse files Browse the repository at this point in the history
⚙️ Configure JVM toolchain
  • Loading branch information
SimonMarquis authored Feb 4, 2023
2 parents dda346c + 2cbc843 commit 5f9af64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repositories {
}

kotlin {
jvmToolchain(11)
sourceSets.main {
kotlin.srcDir("build/generated/ksp/main/kotlin")
}
Expand Down
4 changes: 0 additions & 4 deletions processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ plugins {
signing
}

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(11))
}

kotlin {
jvmToolchain(11)
sourceSets.main {
Expand Down

0 comments on commit 5f9af64

Please # to comment.