提交 3a132f8c 编写于 作者: B Brian Clozel

Revert Artifactory Gradle plugin configuration

This commit reverts all artifactory configuration changes in this
branch. A new build plan has been created for the master branch which is
tailored for the latest Gradle changes made on that branch.
上级 1187fea6
......@@ -14,7 +14,6 @@ plugins {
id "org.jetbrains.kotlin.jvm" version "1.2.71" apply false
id "org.jetbrains.dokka" version "0.9.18"
id "org.asciidoctor.convert" version "1.5.8"
id "com.jfrog.artifactory" version '4.9.8' apply false
}
ext {
......
apply plugin: "propdeps-maven"
apply plugin: 'com.jfrog.artifactory'
install {
repositories.mavenInstaller {
......@@ -59,10 +58,3 @@ def customizePom(pom, gradleProject) {
}
}
}
artifactoryPublish {
dependsOn install
publishConfigs('archives', 'published')
publishArtifacts = true
publishPom = true
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册