org.example.togloom-plugin
所有者: bbn
这是一个实验性插件,用于探索 Gradle 插件开发 3.1.4
来源: github.com/ubbn/org.example.mmcom-test-plugin
使用 插件 DSL
plugins {
id("org.example.togloom-plugin") version "4.0.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.org.example.togloom-plugin:buildSrc:4.0.0")
}
}
apply(plugin = "org.example.togloom-plugin")