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.
This commit is contained in:
Brian Clozel
2019-09-04 11:21:41 +02:00
parent 1187fea65c
commit 3a132f8c3c
2 changed files with 0 additions and 9 deletions

View File

@@ -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 {

View File

@@ -1,5 +1,4 @@
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
}