com.zegreatrob.testmints.action-mint
所有者: Rob Murdock
此插件将生成用于轻松使用 'actions' 的样板代码。
https://github.com/robertfmurdock/testmints
源代码: https://github.com/robertfmurdock/testmints
使用 插件 DSL
plugins {
id("com.zegreatrob.testmints.action-mint") version "12.1.1"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.zegreatrob.testmints:action-mint-plugin:12.1.1")
}
}
apply(plugin = "com.zegreatrob.testmints.action-mint")
使用 插件 DSL
plugins {
id "com.zegreatrob.testmints.action-mint" version "12.1.1"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "com.zegreatrob.testmints:action-mint-plugin:12.1.1"
}
}
apply plugin: "com.zegreatrob.testmints.action-mint"