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)
|
registerTachideskTasks(project)
|
||||||
|
|
||||||
getByName("formatKotlinMain").dependsOn("kspKotlin")
|
afterEvaluate {
|
||||||
getByName("formatKotlinTest").dependsOn("kspTestKotlin")
|
getByName("formatKotlinMain").dependsOn("kspKotlin")
|
||||||
|
getByName("formatKotlinTest").dependsOn("kspTestKotlin")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ buildconfig = "5.6.8"
|
|||||||
buildkonfig = "0.17.1"
|
buildkonfig = "0.17.1"
|
||||||
|
|
||||||
# Linter
|
# Linter
|
||||||
kotlinter = "4.4.1"
|
kotlinter = "5.2.0"
|
||||||
|
|
||||||
# Version updates
|
# Version updates
|
||||||
versions = "0.53.0"
|
versions = "0.53.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user