mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 03:51:59 +01:00
Remove ben-manes.version plugin
Since we use Renovate on GitHub anyway.
This commit is contained in:
parent
2cf1009f70
commit
01e13e59e5
2 changed files with 1 additions and 3 deletions
|
@ -14,7 +14,6 @@ plugins {
|
|||
alias(androidx.plugins.test) apply false
|
||||
alias(kotlinx.plugins.android) apply false
|
||||
alias(libs.plugins.kotlinter)
|
||||
alias(libs.plugins.versionsx)
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
|
|
@ -109,5 +109,4 @@ shizuku = ["shizuku-api", "shizuku-provider"]
|
|||
voyager = ["voyager-navigator", "voyager-transitions"]
|
||||
|
||||
[plugins]
|
||||
kotlinter = { id = "org.jmailen.kotlinter", version = "3.12.0" }
|
||||
versionsx = { id = "com.github.ben-manes.versions", version = "0.42.0" }
|
||||
kotlinter = { id = "org.jmailen.kotlinter", version = "3.12.0" }
|
Loading…
Reference in a new issue