Skip to content

Commit

Permalink
chore: Update artifactory config
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiupopa07 committed Mar 6, 2024
1 parent 7542b52 commit 3110318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ plugins {

allprojects {
apply plugin: "io.spinnaker.project"
apply plugin: 'com.jfrog.artifactory'
}

artifactory {
Expand Down Expand Up @@ -54,9 +55,8 @@ artifactory {
clientConfig.info.setBuildNumber(getProperties().get("JFROG_CLI_BUILD_NUMBER", project.getVersion()).toString())

}

artifactoryPublish.skip=true
subprojects {
group = "io.spinnaker.kork"
apply plugin: 'nebula.maven-publish'
afterEvaluate {
if (it.name != "kork-bom" && it.name != "spinnaker-dependencies") {
Expand Down

0 comments on commit 3110318

Please sign in to comment.