Skip to content

Commit 180b5b6

Browse files
committed
Remove redundant (?) subprojects config in examples root
1 parent 357b651 commit 180b5b6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
// empty build.gradle for dependabot
22
apply from: "$rootDir/../gradle/ci-support.gradle"
3-
4-
subprojects {
5-
apply plugin:"java"
6-
7-
repositories {
8-
mavenCentral()
9-
}
10-
}

0 commit comments

Comments
 (0)