File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ plugins {
1111allprojects {
1212 group = " com.bakdata.kafka"
1313
14- repositories {
15- mavenCentral()
16- maven(url = " https://packages.confluent.io/maven/" )
17- maven(url = " https://central.sonatype.com/repository/maven-snapshots" )
18- }
19-
2014 dependencies {
2115 subprojects {
2216 plugins.withId(" java" ) {
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ pluginManagement {
44 }
55}
66
7+ dependencyResolutionManagement {
8+ repositoriesMode = RepositoriesMode .FAIL_ON_PROJECT_REPOS
9+ repositories {
10+ mavenCentral()
11+ maven(url = " https://packages.confluent.io/maven/" )
12+ maven(url = " https://central.sonatype.com/repository/maven-snapshots" )
13+ }
14+ }
15+
716rootProject.name = " streams-bootstrap"
817
918include(
You can’t perform that action at this time.
0 commit comments