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

Commit dd92255

Browse files
authored
Merge pull request #575 from setchy/feature/remove-jcenter
Removing references to JCenter now that it's on the way out
2 parents 523cd12 + 19da782 commit dd92255

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

README.md

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

108108
```gradle
109109
repositories {
110-
jcenter()
111110
mavenCentral()
112111
}
113112
@@ -182,25 +181,6 @@ Maven:
182181

183182
```
184183

185-
New releases will be available faster in the JCenter repository than in Maven Central. Add the
186-
following to use for Maven
187-
188-
```xml
189-
<repositories>
190-
<repository>
191-
<id>jcenter</id>
192-
<url>https://jcenter.bintray.com/</url>
193-
</repository>
194-
</repositories>
195-
```
196-
197-
For Gradle:
198-
199-
```groovy
200-
repositories {
201-
jcenter()
202-
}
203-
```
204184

205185
### Snapshots
206186

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" }

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SOURCE_COMPATIBILITY=1.8
3232
TARGET_COMPATIBILITY=1.8
3333
### Dependencies
3434
LIB_GRAPHQL_JAVA_VER=16.2
35-
LIB_EXTENDED_SCALARS_VERSION=16.0.0
35+
LIB_EXTENDED_SCALARS_VERSION=16.0.1
3636
LIB_SPRING_BOOT_VER=2.4.3
3737
LIB_GRAPHQL_SERVLET_VER=11.1.0
3838
LIB_GRAPHQL_JAVA_TOOLS_VER=11.0.0

0 commit comments

Comments
 (0)