mirror of
https://github.com/HighCapable/moshi-companion.git
synced 2026-02-05 04:37:23 +08:00
chore: migrate to Gropify
This commit is contained in:
@@ -17,23 +17,23 @@ dependencyResolutionManagement {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.highcapable.sweetproperty") version "1.0.8"
|
||||
id("com.highcapable.gropify") version "1.0.1"
|
||||
}
|
||||
|
||||
sweetProperty {
|
||||
gropify {
|
||||
global {
|
||||
sourcesCode {
|
||||
android {
|
||||
includeKeys(
|
||||
"^project\\..*\$".toRegex(),
|
||||
"^gradle\\..*\$".toRegex()
|
||||
)
|
||||
isEnableRestrictedAccess = true
|
||||
isRestrictedAccessEnabled = true
|
||||
}
|
||||
}
|
||||
|
||||
rootProject {
|
||||
all {
|
||||
isEnable = false
|
||||
common {
|
||||
isEnabled = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user