Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 61592ea

Browse files
committed
Removing references to JCenter now that it's on the way out
1 parent 9dc6d2e commit 61592ea

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ Gradle:
104104

105105
```gradle
106106
repositories {
107-
jcenter()
108107
mavenCentral()
109108
}
110109
@@ -168,25 +167,6 @@ Maven:
168167

169168
```
170169

171-
New releases will be available faster in the JCenter repository than in Maven Central. Add the
172-
following to use for Maven
173-
174-
```xml
175-
<repositories>
176-
<repository>
177-
<id>jcenter</id>
178-
<url>https://jcenter.bintray.com/</url>
179-
</repository>
180-
</repositories>
181-
```
182-
183-
For Gradle:
184-
185-
```groovy
186-
repositories {
187-
jcenter()
188-
}
189-
```
190170

191171
### Snapshots
192172

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ subprojects {
5353
repositories {
5454
mavenLocal()
5555
mavenCentral()
56-
jcenter()
5756
maven { url "https://dl.bintray.com/graphql-java-kickstart/releases" }
5857
maven { url "https://repo.spring.io/libs-milestone" }
5958
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }

0 commit comments

Comments
 (0)