Skip to content

Commit

Permalink
build(custom-ktlint-rules): Fix by pinning jvm target
Browse files Browse the repository at this point in the history
  • Loading branch information
guicamest committed Oct 19, 2023
1 parent c55d29d commit 184ed24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom-ktlint-rules/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ plugins {
id "org.jlleitschuh.gradle.ktlint" version "11.6.1"
}

kotlin {
jvmToolchain(11)
}

dependencies {
implementation "com.pinterest.ktlint:ktlint-cli-ruleset-core:1.0.1"
implementation "com.pinterest.ktlint:ktlint-rule-engine-core:1.0.1"
Expand Down

0 comments on commit 184ed24

Please sign in to comment.