mirror of
https://github.com/HighCapable/KavaRef.git
synced 2025-12-12 20:46:54 +08:00
chore: migrate to version catalog, Gropify
This commit is contained in:
@@ -8,29 +8,32 @@ pluginManagement {
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.4"
|
||||
id("com.highcapable.sweetproperty") version "1.0.8"
|
||||
id("com.highcapable.gropify") version "1.0.0"
|
||||
}
|
||||
|
||||
sweetDependency {
|
||||
isEnableVerboseMode = false
|
||||
}
|
||||
|
||||
sweetProperty {
|
||||
gropify {
|
||||
global {
|
||||
sourcesCode {
|
||||
jvm {
|
||||
includeKeys(
|
||||
"^project\\..*\$".toRegex(),
|
||||
"^gradle\\..*\$".toRegex()
|
||||
)
|
||||
isEnableRestrictedAccess = true
|
||||
isRestrictedAccessEnabled = true
|
||||
}
|
||||
}
|
||||
|
||||
rootProject {
|
||||
all {
|
||||
isEnable = false
|
||||
common {
|
||||
isEnabled = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user