style: rename examples to samples

This commit is contained in:
2023-09-21 00:20:08 +08:00
parent 15282cb16d
commit 4e18f9f011
59 changed files with 2 additions and 2 deletions

View 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")