net.kyori.indra.publishing.bintray
所有者: kashike
Bintray 发布的合理设置
https://github.com/KyoriPowered/indra
来源: https://github.com/KyoriPowered/indra
版本 1.3.1 (最新版本)
1.3.1
创建于 2021 年 2 月 3 日。
该插件版本将无法解析,因为 JCenter 将永久重定向到 Maven Central,并且它只使用在 JCenter 中可找到的依赖项。有关详细信息,请参阅以下博客文章:https://blog.gradle.org.cn/portal-jcenter-impact Bintray 发布的合理设置
使用 插件 DSL
plugins {
id("net.kyori.indra.publishing.bintray") version "1.3.1"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("net.kyori:indra-publishing-bintray:1.3.1")
}
}
apply(plugin = "net.kyori.indra.publishing.bintray")