mirror of
https://github.com/accelforce/Yuito
synced 2024-12-23 13:58:36 +01:00
update ktlint gradle plugin to 10.3.0 (#2649)
This commit is contained in:
parent
17cfa3d9b4
commit
12e42e9b2b
@ -7,12 +7,9 @@ buildscript {
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:7.2.2"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.2.1"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.3.0"
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id "org.jlleitschuh.gradle.ktlint" version "10.2.1"
|
||||
}
|
||||
|
||||
allprojects {
|
||||
apply plugin: "org.jlleitschuh.gradle.ktlint"
|
||||
|
Loading…
Reference in New Issue
Block a user