Skip to content

Commit

Permalink
Remove redundant (?) subprojects config in examples root
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Jan 17, 2022
1 parent 357b651 commit 180b5b6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
// empty build.gradle for dependabot
apply from: "$rootDir/../gradle/ci-support.gradle"

subprojects {
apply plugin:"java"

repositories {
mavenCentral()
}
}

0 comments on commit 180b5b6

Please sign in to comment.