plugins {
id("coffee.cypher.json-processor") version "0.1.0"
}
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("coffee.cypher:json-processor-plugin:0.1.0")
}
}
apply(plugin = "coffee.cypher.json-processor")
plugins {
id "coffee.cypher.json-processor" version "0.1.0"
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "coffee.cypher:json-processor-plugin:0.1.0"
}
}
apply plugin: "coffee.cypher.json-processor"