io.github.ngyewch.projectset
所有者: Nick Ng
Gradle 项目集插件。
https://github.com/ngyewch/gradle-projectset-plugin
来源:https://github.com/ngyewch/gradle-projectset-plugin.git
使用 插件 DSL
plugins {
id("io.github.ngyewch.projectset") version "0.5.0"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.ngyewch.gradle:gradle-projectset-plugin:0.5.0")
}
}
apply(plugin = "io.github.ngyewch.projectset")