Skip to content

Commit fdb9a5a

Browse files
committed
gae-interop-testing: Remove duplicate repositories
These repositories are already included from the main build.gradle, so they don't do anything. Much less do they need to be defined twice in the same file.
1 parent c96e926 commit fdb9a5a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

gae-interop-testing/gae-jdk8/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515
buildscript {
1616
// Configuration for building
17-
repositories {
18-
maven { // The google mirror is less flaky than mavenCentral()
19-
url "https://maven-central.storage-download.googleapis.com/maven2/" }
20-
}
2117
dependencies {
2218
classpath 'com.squareup.okhttp:okhttp:2.7.4'
2319
}
@@ -33,13 +29,6 @@ plugins {
3329

3430
description = 'gRPC: gae interop testing (jdk8)'
3531

36-
repositories {
37-
// repositories for Jar's you access in your code
38-
mavenLocal()
39-
maven { // The google mirror is less flaky than mavenCentral()
40-
url "https://maven-central.storage-download.googleapis.com/maven2/" }
41-
}
42-
4332
dependencies {
4433
providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'
4534
runtimeOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.59'

0 commit comments

Comments
 (0)