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

Removing references to JCenter now that it's on the way out #575

Merged
merged 2 commits into from
Apr 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ Gradle:

```gradle
repositories {
jcenter()
mavenCentral()
}

Expand Down Expand Up @@ -168,25 +167,6 @@ Maven:

```

New releases will be available faster in the JCenter repository than in Maven Central. Add the
following to use for Maven

```xml
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
</repositories>
```

For Gradle:

```groovy
repositories {
jcenter()
}
```

### Snapshots

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ subprojects {
repositories {
mavenLocal()
mavenCentral()
jcenter()
maven { url "https://dl.bintray.com/graphql-java-kickstart/releases" }
maven { url "https://repo.spring.io/libs-milestone" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SOURCE_COMPATIBILITY=1.8
TARGET_COMPATIBILITY=1.8
### Dependencies
LIB_GRAPHQL_JAVA_VER=16.2
LIB_EXTENDED_SCALARS_VERSION=16.0.0
LIB_EXTENDED_SCALARS_VERSION=16.0.1
LIB_SPRING_BOOT_VER=2.4.3
LIB_GRAPHQL_SERVLET_VER=11.1.0
LIB_GRAPHQL_JAVA_TOOLS_VER=11.0.0
Expand Down