Skip to content

Commit 3f9686e

Browse files
committed
Do not apply maven plugin to all projects
1 parent 027baa1 commit 3f9686e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ checkstyle {
6565

6666
configure(allprojects) {
6767
group = "org.springframework.cloud"
68-
69-
apply plugin: "maven"
68+
7069
apply plugin: "eclipse"
7170
apply plugin: "idea"
7271
apply plugin: "jacoco"

0 commit comments

Comments
 (0)