mirror of
https://github.com/fankes/ProjectPromote.git
synced 2025-09-04 01:35:32 +08:00
Initial commit
This commit is contained in:
20
settings.gradle.kts
Normal file
20
settings.gradle.kts
Normal file
@@ -0,0 +1,20 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.1"
|
||||
id("com.highcapable.sweetproperty") version "1.0.2"
|
||||
}
|
||||
sweetProperty {
|
||||
global {
|
||||
sourcesCode { isEnable = false }
|
||||
}
|
||||
rootProject { all { isEnable = false } }
|
||||
}
|
||||
rootProject.name = "ProjectPromote"
|
||||
include(":demo-app")
|
||||
include(":projectpromote")
|
Reference in New Issue
Block a user