com.redis.gradle.redis-parentbuild
所有者: Julien Ruaux
Redis项目管理父插件
https://github.com/redis-developer/redis-parent
源代码: https://github.com/redis-developer/redis-parent
版本 0.2.0 (最新)
0.2.0
创建于 2021年8月25日。
由于JCenter永久重定向到Maven Central,此插件版本将不再解析,因为它只使用JCenter中找到的依赖项。有关详细信息,请参阅以下博客文章:https://blog.gradle.org.cn/portal-jcenter-impact Redis项目管理父插件
使用 插件DSL
plugins {
id("com.redis.gradle.redis-parentbuild") version "0.2.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.redis.gradle:redis-parentbuild:0.2.0")
}
}
apply(plugin = "com.redis.gradle.redis-parentbuild")