Skip to content

Commit

Permalink
Set kotlin jvmToolchain in convertion-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Nov 24, 2023
1 parent ea58ff6 commit 16603d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions convention-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ plugins {
`kotlin-dsl`
}

kotlin {
jvmToolchain(11)
}

dependencies {
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.10")
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
Expand Down

0 comments on commit 16603d0

Please sign in to comment.