Skip to content

Commit d826984

Browse files
committed
remove artifactory config that is invalid
1 parent 3b77986 commit d826984

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/ArtifactoryPlugin.groovy

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,5 @@ class ArtifactoryPlugin implements Plugin<Project> {
3838
}
3939
}
4040
}
41-
42-
project.artifactoryPublish {
43-
publishIvy false
44-
properties = [
45-
'bintray.package': "${project.group}:${name}",
46-
'bintray.version': "${project.version}"
47-
]
48-
}
49-
50-
project.artifactory {
51-
publish {
52-
defaults {
53-
publishConfigs('archives')
54-
}
55-
}
56-
}
5741
}
58-
}
42+
}

0 commit comments

Comments
 (0)