com.innovenso.gradle.publish
所有者: Jurgen Lust
将Maven工件发布到AWS S3存储桶
来源:https://bitbucket.org/innovenso/innovenso-gradle-plugins/
版本 6.3.0(最新版)
6.3.0
创建于 2021年12月7日。
该插件版本将在JCenter永久重定向到Maven Central之后不再解析,因为它仅使用JCenter中存在的依赖项。有关详细信息,请参阅以下博客文章:https://blog.gradle.org.cn/portal-jcenter-impact 将Maven工件发布到AWS S3存储桶
使用 插件DSL
plugins {
id("com.innovenso.gradle.publish") version "6.3.0"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.innovenso.gradle:innovenso-gradle-plugins:6.3.0")
}
}
apply(plugin = "com.innovenso.gradle.publish")