aboutsummaryrefslogtreecommitdiff
path: root/spotless.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-09-11 14:31:05 -0700
committerAllan Wang <me@allanwang.ca>2021-09-11 14:31:05 -0700
commit2f2cfd68e8c3d74ca776a6bfc8013828c4308cc3 (patch)
tree627f6e36ebb5dd26d8f4f4b483b8c6cc371a95e8 /spotless.gradle
parent958a0d90199837ee63f7d91caca07c1d47748722 (diff)
downloadfrost-2f2cfd68e8c3d74ca776a6bfc8013828c4308cc3.tar.gz
frost-2f2cfd68e8c3d74ca776a6bfc8013828c4308cc3.tar.bz2
frost-2f2cfd68e8c3d74ca776a6bfc8013828c4308cc3.zip
Fix build failure
Diffstat (limited to 'spotless.gradle')
-rw-r--r--spotless.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/spotless.gradle b/spotless.gradle
index 16e1ff1a..ea95c38f 100644
--- a/spotless.gradle
+++ b/spotless.gradle
@@ -3,7 +3,7 @@ apply plugin: "com.diffplug.spotless"
spotless {
kotlin {
target "**/*.kt"
- ktlint("0.41.0").userData(["disabled_rules": "no-wildcard-imports"])
+ ktlint().userData(["disabled_rules": "no-wildcard-imports"])
licenseHeaderFile '../spotless.license.kt'
trimTrailingWhitespace()
endWithNewline()