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 2f9d5df commit fba4ed2Copy full SHA for fba4ed2
buildSrc/src/main/groovy/io/spring/gradle/convention/SpringSampleBootPlugin.groovy
@@ -26,10 +26,10 @@ class SpringSampleBootPlugin extends SpringSamplePlugin {
26
@Override
27
void applyAdditionalPlugins(Project project) {
28
29
- super.applyAdditionalPlugins(project);
30
-
31
project.getPluginManager().apply("org.springframework.boot");
32
+ super.applyAdditionalPlugins(project);
+
33
project.repositories {
34
maven { url 'https://repo.spring.io/milestone' }
35
maven { url 'https://repo.spring.io/snapshot' }
0 commit comments