mirror of
https://github.com/fankes/ProjectPromote.git
synced 2025-12-13 04:51:27 +08:00
chore: migrate to version catalog, Gropify
This commit is contained in:
@@ -5,15 +5,22 @@ pluginManagement {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.4"
|
||||
id("com.highcapable.sweetproperty") version "1.0.8"
|
||||
}
|
||||
sweetProperty {
|
||||
global {
|
||||
sourcesCode { isEnable = false }
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven("https://jitpack.io")
|
||||
}
|
||||
rootProject { all { isEnable = false } }
|
||||
}
|
||||
plugins {
|
||||
id("com.highcapable.gropify") version "1.0.0"
|
||||
}
|
||||
gropify {
|
||||
global {
|
||||
android { isEnabled = false }
|
||||
}
|
||||
rootProject { common { isEnabled = false } }
|
||||
}
|
||||
rootProject.name = "ProjectPromote"
|
||||
include(":demo-app")
|
||||
|
||||
Reference in New Issue
Block a user