mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Upgrade ktlint to 1.2.1.
This commit is contained in:
committed by
Clark Chen
parent
503faea3a9
commit
59006d3182
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2024 Signal Messenger, LLC
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
@@ -43,7 +48,7 @@ afterEvaluate {
|
||||
}
|
||||
|
||||
ktlint {
|
||||
version.set("0.49.1")
|
||||
version.set("1.2.1")
|
||||
|
||||
filter {
|
||||
exclude { entry ->
|
||||
|
||||
Reference in New Issue
Block a user