Skip to content

Commit bfec10b

Browse files
committed
Remove MergePlugin
This is no longer used and we should favor shadow plugin instead. Issue gh-9539
1 parent 06f38ac commit bfec10b

File tree

3 files changed

+0
-184
lines changed

3 files changed

+0
-184
lines changed

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

-182
This file was deleted.

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

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class SpringModulePlugin extends AbstractSpringJavaPlugin {
3434
pluginManager.apply("io.spring.convention.maven");
3535
pluginManager.apply("io.spring.convention.artifactory");
3636
pluginManager.apply("io.spring.convention.jacoco");
37-
pluginManager.apply("io.spring.convention.merge");
3837

3938
def deployArtifacts = project.task("deployArtifacts")
4039
deployArtifacts.group = 'Deploy tasks'

buildSrc/src/main/resources/META-INF/gradle-plugins/io.spring.convention.merge.properties

-1
This file was deleted.

0 commit comments

Comments
 (0)