ca.stellardrift.repository
所有者: zml
将 stellardrift 仓库注册为可用项目扩展
https://github.com/zml2008/gradle-plugins
来源: https://github.com/zml2008/gradle-plugins
使用 插件 DSL
plugins {
id("ca.stellardrift.repository") version "6.1.0"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("ca.stellardrift:gradle-plugin-stellardrift-repository:6.1.0")
}
}
apply(plugin = "ca.stellardrift.repository")