We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c5f3d commit abd1001Copy full SHA for abd1001
buildSrc/src/main/groovy/io/spring/gradle/convention/RootProjectPlugin.groovy
@@ -31,7 +31,7 @@ class RootProjectPlugin implements Plugin<Project> {
31
pluginManager.apply(BasePlugin)
32
pluginManager.apply(SchemaPlugin)
33
pluginManager.apply(NoHttpPlugin)
34
- pluginManager.apply(SpringNexusPublishPlugin)
+ pluginManager.apply(SpringNexusPublishPlugin)
35
pluginManager.apply("org.sonarqube")
36
37
project.repositories.mavenCentral()
0 commit comments