From 50a758f05bd6fb1265cd1d3cf6c206e37077dbdc Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Tue, 7 Feb 2023 16:01:22 -0500 Subject: [PATCH] Move versions plugin to sylibs --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 3 +-- gradle/sy.versions.toml | 5 ++++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 578950b2b..4787e1430 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { alias(androidx.plugins.test) apply false alias(kotlinx.plugins.android) apply false alias(libs.plugins.kotlinter) - alias(libs.plugins.versionsx) + alias(sylibs.plugins.versionsx) } subprojects { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3243db31c..4d747a11e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -100,5 +100,4 @@ voyager = ["voyager-navigator", "voyager-tab-navigator", "voyager-transitions"] richtext = ["richtext-commonmark", "richtext-m3"] [plugins] -kotlinter = { id = "org.jmailen.kotlinter", version = "3.13.0" } -versionsx = { id = "com.github.ben-manes.versions", version = "0.42.0" } \ No newline at end of file +kotlinter = { id = "org.jmailen.kotlinter", version = "3.13.0" } \ No newline at end of file diff --git a/gradle/sy.versions.toml b/gradle/sy.versions.toml index 5849a2e63..75de41288 100644 --- a/gradle/sy.versions.toml +++ b/gradle/sy.versions.toml @@ -9,4 +9,7 @@ simularity = "info.debatty:java-string-similarity:2.0.0" xlog = "com.elvishew:xlog:1.11.0" ratingbar = "me.zhanghai.android.materialratingbar:library:1.4.0" -composeRatingbar = "com.github.a914-gowtham:compose-ratingbar:1.2.3" \ No newline at end of file +composeRatingbar = "com.github.a914-gowtham:compose-ratingbar:1.2.3" + +[plugins] +versionsx = { id = "com.github.ben-manes.versions", version = "0.42.0" } \ No newline at end of file