Browse Source

update ktlint gradle plugin to 10.3.0 (#2649)

pull/2648/head^2
Konrad Pozniak 4 years ago committed by GitHub
parent
commit
12e42e9b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      build.gradle

5
build.gradle

@ -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…
Cancel
Save