mirror of
https://github.com/HighCapable/SweetDependency.git
synced 2025-09-06 02:35:47 +08:00
style: rename examples to samples
This commit is contained in:
19
samples/sample-jvm/settings.gradle.kts
Normal file
19
samples/sample-jvm/settings.gradle.kts
Normal file
@@ -0,0 +1,19 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
// Import the SweetDependency plugin here
|
||||
// 在这里引入 SweetDependency 插件
|
||||
id("com.highcapable.sweetdependency") version "1.0.1"
|
||||
}
|
||||
sweetDependency {
|
||||
configFileName = "sweet-dependency-config.yaml"
|
||||
isEnableDependenciesAutowireLog = true
|
||||
isEnableVerboseMode = true
|
||||
}
|
||||
rootProject.name = "SweetDependency-Sample-Jvm"
|
||||
include(":sample-jvm")
|
Reference in New Issue
Block a user