Skip to content

Commit

Permalink
Fix SpringNexsPublishPlugin spacing in root
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed May 18, 2021
1 parent 39c5f3d commit abd1001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class RootProjectPlugin implements Plugin<Project> {
pluginManager.apply(BasePlugin)
pluginManager.apply(SchemaPlugin)
pluginManager.apply(NoHttpPlugin)
pluginManager.apply(SpringNexusPublishPlugin)
pluginManager.apply(SpringNexusPublishPlugin)
pluginManager.apply("org.sonarqube")

project.repositories.mavenCentral()
Expand Down

0 comments on commit abd1001

Please sign in to comment.