Skip to content

Commit

Permalink
Apply ArtifactoryPlugin in RootProjectPlugin
Browse files Browse the repository at this point in the history
Issue gh-10602
  • Loading branch information
rwinch committed Jul 26, 2022
1 parent 8aa6fbf commit b6258fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class RootProjectPlugin implements Plugin<Project> {
pluginManager.apply(NoHttpPlugin)
pluginManager.apply(SpringNexusPublishPlugin)
pluginManager.apply(CheckProhibitedDependenciesLifecyclePlugin)
pluginManager.apply(ArtifactoryPlugin)
pluginManager.apply("org.sonarqube")

project.repositories.mavenCentral()
Expand Down

0 comments on commit b6258fe

Please sign in to comment.