Force ktlint to version 0.45.1. The ktlint plugin is using 0.42.1
This commit is contained in:
parent
5499854ec0
commit
2b3951fe04
|
@ -90,6 +90,8 @@ allprojects {
|
||||||
|
|
||||||
// See https://github.com/JLLeitschuh/ktlint-gradle#configuration
|
// See https://github.com/JLLeitschuh/ktlint-gradle#configuration
|
||||||
ktlint {
|
ktlint {
|
||||||
|
// See https://github.com/pinterest/ktlint/releases/
|
||||||
|
version = "0.45.1"
|
||||||
android = true
|
android = true
|
||||||
ignoreFailures = false
|
ignoreFailures = false
|
||||||
enableExperimentalRules = true
|
enableExperimentalRules = true
|
||||||
|
|
|
@ -39,6 +39,7 @@ ext.groups = [
|
||||||
regex: [
|
regex: [
|
||||||
],
|
],
|
||||||
group: [
|
group: [
|
||||||
|
'ch.qos.logback',
|
||||||
'com.adevinta.android',
|
'com.adevinta.android',
|
||||||
'com.airbnb.android',
|
'com.airbnb.android',
|
||||||
'com.almworks.sqlite4java',
|
'com.almworks.sqlite4java',
|
||||||
|
@ -113,6 +114,7 @@ ext.groups = [
|
||||||
'info.picocli',
|
'info.picocli',
|
||||||
'io.arrow-kt',
|
'io.arrow-kt',
|
||||||
'io.github.detekt.sarif4k',
|
'io.github.detekt.sarif4k',
|
||||||
|
'io.github.microutils',
|
||||||
'io.github.reactivecircus.flowbinding',
|
'io.github.reactivecircus.flowbinding',
|
||||||
'io.grpc',
|
'io.grpc',
|
||||||
'io.jsonwebtoken',
|
'io.jsonwebtoken',
|
||||||
|
|
Loading…
Reference in New Issue