mirror of
https://github.com/fankes/unmeta-gradle-plugin.git
synced 2025-09-05 10:35:16 +08:00
Initial commit
This commit is contained in:
8
example/build.gradle.kts
Normal file
8
example/build.gradle.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
java
|
||||
id("com.ncorti.kotlin.gradle.template.plugin")
|
||||
}
|
||||
|
||||
templateExampleConfig {
|
||||
message.set("Just trying this gradle plugin...")
|
||||
}
|
Reference in New Issue
Block a user