mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Update dependency org.jmailen.kotlinter to v5 (#176)
* Update dependency org.jmailen.kotlinter to v5 * Fix build * Lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Syer10 <syer10@users.noreply.github.com>
This commit is contained in:
@@ -244,13 +244,17 @@ class SourceRepositoryImpl(
|
||||
)
|
||||
}
|
||||
|
||||
else -> SourceFilter.Header(index, "")
|
||||
else -> {
|
||||
SourceFilter.Header(index, "")
|
||||
}
|
||||
}
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
else -> SourceFilter.Header(index, "")
|
||||
else -> {
|
||||
SourceFilter.Header(index, "")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -126,8 +126,10 @@ tasks {
|
||||
|
||||
registerTachideskTasks(project)
|
||||
|
||||
afterEvaluate {
|
||||
getByName("formatKotlinMain").dependsOn("kspKotlin")
|
||||
getByName("formatKotlinTest").dependsOn("kspTestKotlin")
|
||||
}
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
||||
@@ -69,7 +69,7 @@ buildconfig = "5.6.8"
|
||||
buildkonfig = "0.17.1"
|
||||
|
||||
# Linter
|
||||
kotlinter = "4.4.1"
|
||||
kotlinter = "5.2.0"
|
||||
|
||||
# Version updates
|
||||
versions = "0.53.0"
|
||||
|
||||
Reference in New Issue
Block a user