Skip to content

Commit

Permalink
Merge pull request #16 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 ee53355 + c335f46 commit b682398
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import java.text.SimpleDateFormat

buildscript {
repositories {
jcenter()
mavenCentral()
maven {
url "http://repo.spring.io/libs-milestone"
Expand All @@ -29,7 +28,6 @@ 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.8
PROJECT_VERSION=1.0.9
PROJECT_GITHUB_REPO_URL=https://github.com/nfl/gold
PROJECT_LICENSE_URL=https://github.com/nfl/gold/blob/master/LICENSE

0 comments on commit b682398

Please sign in to comment.