Skip to content

Commit 3a132f8

Browse files
committed
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.
1 parent 1187fea commit 3a132f8

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ plugins {
1414
id "org.jetbrains.kotlin.jvm" version "1.2.71" apply false
1515
id "org.jetbrains.dokka" version "0.9.18"
1616
id "org.asciidoctor.convert" version "1.5.8"
17-
id "com.jfrog.artifactory" version '4.9.8' apply false
1817
}
1918

2019
ext {

gradle/publish-maven.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: "propdeps-maven"
2-
apply plugin: 'com.jfrog.artifactory'
32

43
install {
54
repositories.mavenInstaller {
@@ -59,10 +58,3 @@ def customizePom(pom, gradleProject) {
5958
}
6059
}
6160
}
62-
63-
artifactoryPublish {
64-
dependsOn install
65-
publishConfigs('archives', 'published')
66-
publishArtifacts = true
67-
publishPom = true
68-
}

0 commit comments

Comments
 (0)