Skip to content

Commit

Permalink
gradle: add todo for ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Feb 14, 2018
1 parent 2e9e808 commit 4808bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ spotless {
//licenseHeaderFile rootProject.file("config/spotless/apache-license-2.0.java")
}
kotlin {
// TODO: remove this condition after ktlint issue-152 (https://github.com/shyiko/ktlint/issues/152) fixed
if (JavaVersion.current() <= JavaVersion.VERSION_1_8) {
ktlint("0.15.0")
}
Expand Down

0 comments on commit 4808bcf

Please sign in to comment.