co.tomlee.standard.idea
所有者: Tom Lee
个人项目的标准 Gradle 模板
https://github.com/thomaslee/gradle-standard-plugin/
资源: https://github.com/thomaslee/gradle-standard-plugin/
使用 插件 DSL
plugins {
id("co.tomlee.standard.idea") version "0.0.2"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.co.tomlee.gradle.plugins:gradle-standard-plugin:0.0.2")
}
}
apply(plugin = "co.tomlee.standard.idea")