提交 4a4edeb9 编写于 作者: B Brian Clozel

Apply Artifactory Gradle plugin to build

Since gh-23282, our CI does not apply automatically the Artifactory
Gradle plugin during our build and we're now applying it "manually".
This commit backports this change since the build configuration is
shared between branches.

See gh-23282
上级 dd22b8fd
...@@ -14,6 +14,7 @@ plugins { ...@@ -14,6 +14,7 @@ plugins {
id "org.jetbrains.kotlin.jvm" version "1.2.71" apply false id "org.jetbrains.kotlin.jvm" version "1.2.71" apply false
id "org.jetbrains.dokka" version "0.9.18" id "org.jetbrains.dokka" version "0.9.18"
id "org.asciidoctor.convert" version "1.5.8" id "org.asciidoctor.convert" version "1.5.8"
id "com.jfrog.artifactory" version '4.9.8' apply false
} }
ext { ext {
......
apply plugin: "propdeps-maven" apply plugin: "propdeps-maven"
apply plugin: 'com.jfrog.artifactory'
install { install {
repositories.mavenInstaller { repositories.mavenInstaller {
...@@ -58,3 +59,7 @@ def customizePom(pom, gradleProject) { ...@@ -58,3 +59,7 @@ def customizePom(pom, gradleProject) {
} }
} }
} }
artifactoryPublish {
publishConfigs('archives')
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册