Skip to content

Commit d17d645

Browse files
authored
Merge pull request #12 from nfl/Removed_jcenter_from_the_list_of_used_repositories
Removed JCenter from the list of used repositories.
2 parents c5abc43 + cb6392e commit d17d645

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ description = 'A library that lets co-opt objects from other GraphQL services.'
66

77
buildscript {
88
repositories {
9-
jcenter()
109
mavenCentral()
1110
maven {
1211
url "https://plugins.gradle.org/m2/"
@@ -23,14 +22,11 @@ apply plugin: 'maven-publish'
2322
apply plugin: 'com.jfrog.bintray'
2423
apply plugin: 'idea'
2524

26-
//noinspection GroovyUnusedAssignment
2725
sourceCompatibility = 1.8
28-
//noinspection GroovyUnusedAssignment
2926
targetCompatibility = 1.8
3027

3128
repositories {
3229
mavenLocal()
33-
jcenter()
3430
mavenCentral()
3531
}
3632

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maven.central.sync=false
55
sonatype.username=DUMMY_SONATYPE_USER
66
sonatype.password=DUMMY_SONATYPE_PASSWORD
77

8-
PROJECT_VERSION=1.0.3
8+
PROJECT_VERSION=1.0.4
99
PROJECT_GITHUB_REPO_URL=https://github.com/nfl/graphql-mediator
1010
PROJECT_LICENSE_URL=https://github.com/nfl/graphql-mediator/blob/master/LICENSE

0 commit comments

Comments
 (0)