Skip to content

Commit

Permalink
Removing jcenter repo from build related gradle files (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#261)

Signed-off-by: Martin Gaievski <gaievski@amazon.com>
  • Loading branch information
martin-gaievski committed Mar 7, 2022
1 parent 4aa0690 commit a122e52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build-tools/repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

repositories {
mavenCentral()
jcenter()
}

2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ buildscript {
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
jcenter()
}

dependencies {
Expand All @@ -45,7 +44,6 @@ repositories {
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
jcenter()
}

apply plugin: 'opensearch.opensearchplugin'
Expand Down

0 comments on commit a122e52

Please sign in to comment.