Skip to content

Commit abd1001

Browse files
committed
Fix SpringNexsPublishPlugin spacing in root
1 parent 39c5f3d commit abd1001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class RootProjectPlugin implements Plugin<Project> {
3131
pluginManager.apply(BasePlugin)
3232
pluginManager.apply(SchemaPlugin)
3333
pluginManager.apply(NoHttpPlugin)
34-
pluginManager.apply(SpringNexusPublishPlugin)
34+
pluginManager.apply(SpringNexusPublishPlugin)
3535
pluginManager.apply("org.sonarqube")
3636

3737
project.repositories.mavenCentral()

0 commit comments

Comments
 (0)