net.smoofyuniverse.appcommon-gradle
所有者: Hugo Dupanloup
适用于基于AppCommon应用的Gradle插件。
https://github.com/Yeregorix/AppCommonGradle
源代码: https://github.com/Yeregorix/AppCommonGradle.git
使用插件DSL
plugins {
id("net.smoofyuniverse.appcommon-gradle") version "1.1.2"
}
使用旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("net.smoofyuniverse:AppCommonGradle:1.1.2")
}
}
apply(plugin = "net.smoofyuniverse.appcommon-gradle")