Skip to content

Commit

Permalink
Remove duplicate repo settings from build.gradle files (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipocelka authored Mar 20, 2024
1 parent 981443c commit 1f7bc9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions batm_ssh_tunnel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ plugins {
id("shared-build-conventions")
}

repositories {
mavenCentral()
}

version = "1.0.0"

application {
Expand Down
1 change: 0 additions & 1 deletion server_extensions_examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("shared-build-conventions")
id("shared-repositories-ext-conventions")
}

group = projectGroup
Expand Down
1 change: 0 additions & 1 deletion server_extensions_template/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("shared-build-conventions")
id("shared-repositories-ext-conventions")
}

group = projectGroup
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
dependencyResolutionManagement {
repositoriesMode = RepositoriesMode.PREFER_PROJECT
}

include ':server_extensions_api'
include ':server_extensions_extra'
include ':server_extensions_test'
Expand Down

0 comments on commit 1f7bc9c

Please sign in to comment.