feat: use repos to get version of plugins

This commit is contained in:
2023-11-04 04:45:01 +08:00
parent 02fb33eb25
commit 4c67dca537
2 changed files with 38 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ pluginManagement {
}
}
plugins {
id("com.highcapable.sweetdependency") version "1.0.3"
id("com.highcapable.sweetproperty") version "1.0.4"
id("com.highcapable.sweetdependency") version "__SWEET_DEPENDENCY_VERSION__"
id("com.highcapable.sweetproperty") version "__SWEET_PROPERTY_VERSION__"
}
sweetProperty {
rootProject { all { isEnable = false } }