From d826984fc0bd5efa3b26aa16ef6296d101580d25 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 17 May 2021 16:21:17 -0500 Subject: [PATCH] remove artifactory config that is invalid --- .../gradle/convention/ArtifactoryPlugin.groovy | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/buildSrc/src/main/groovy/io/spring/gradle/convention/ArtifactoryPlugin.groovy b/buildSrc/src/main/groovy/io/spring/gradle/convention/ArtifactoryPlugin.groovy index d21e08bc5f..38577c0c75 100644 --- a/buildSrc/src/main/groovy/io/spring/gradle/convention/ArtifactoryPlugin.groovy +++ b/buildSrc/src/main/groovy/io/spring/gradle/convention/ArtifactoryPlugin.groovy @@ -38,21 +38,5 @@ class ArtifactoryPlugin implements Plugin { } } } - - project.artifactoryPublish { - publishIvy false - properties = [ - 'bintray.package': "${project.group}:${name}", - 'bintray.version': "${project.version}" - ] - } - - project.artifactory { - publish { - defaults { - publishConfigs('archives') - } - } - } } -} \ No newline at end of file +}