Initial commit

This commit is contained in:
You Qi
2023-04-26 17:45:47 +08:00
commit 884242f8cd
35 changed files with 2124 additions and 0 deletions

8
example/build.gradle.kts Normal file
View File

@@ -0,0 +1,8 @@
plugins {
java
id("com.ncorti.kotlin.gradle.template.plugin")
}
templateExampleConfig {
message.set("Just trying this gradle plugin...")
}