Skip to content

Commit

Permalink
Merge pull request #12 from nfl/Removed_jcenter_from_the_list_of_used…
Browse files Browse the repository at this point in the history
…_repositories

Removed JCenter from the list of used repositories.
  • Loading branch information
sdemchenko authored Jan 17, 2018
2 parents c5abc43 + cb6392e commit d17d645
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description = 'A library that lets co-opt objects from other GraphQL services.'

buildscript {
repositories {
jcenter()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
Expand All @@ -23,14 +22,11 @@ apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'idea'

//noinspection GroovyUnusedAssignment
sourceCompatibility = 1.8
//noinspection GroovyUnusedAssignment
targetCompatibility = 1.8

repositories {
mavenLocal()
jcenter()
mavenCentral()
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ maven.central.sync=false
sonatype.username=DUMMY_SONATYPE_USER
sonatype.password=DUMMY_SONATYPE_PASSWORD

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

0 comments on commit d17d645

Please sign in to comment.