Skip to content

Commit

Permalink
Fix declaration of artifactory publish information
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Dec 11, 2023
1 parent 969ae29 commit 9e042e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ plugins {
id 'com.jfrog.artifactory' version '5.1.11'
}

artifactory {
publish {
defaults {
publications('ALL_PUBLICATIONS')
}
}
}

artifactoryPublish.skip = true

ext {
Expand Down Expand Up @@ -250,6 +242,14 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
}
}
}

artifactory {
publish {
defaults {
publications('ALL_PUBLICATIONS')
}
}
}
}

subprojects {
Expand Down

0 comments on commit 9e042e6

Please sign in to comment.