mirror of
https://github.com/fankes/unmeta-gradle-plugin.git
synced 2025-09-04 01:55:16 +08:00
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
plugins {
|
|
java
|
|
id("com.ncorti.kotlin.gradle.template.plugin")
|
|
}
|
|
|
|
templateExampleConfig {
|
|
message.set("Just trying this gradle plugin...")
|
|
}
|