Skip to content

Commit

Permalink
Remove jcenter (#331)
Browse files Browse the repository at this point in the history
* Fix publish artifacts using latest plugin

* Remove jcenter repository

Co-authored-by: Jim Anderson <[email protected]>
  • Loading branch information
jsalinaspolo and jimmyjames committed Feb 5, 2021
1 parent eb1d2be commit 71a59ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

repositories {
jcenter()
mavenCentral()
}

group = 'com.auth0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 1 addition & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
jcenter()
maven {
name "JCenter Gradle Plugins"
url "https://dl.bintray.com/gradle/gradle-plugins"
}
}
plugins {
id 'com.auth0.gradle.oss-library.java' version '0.13.0'
Expand Down

0 comments on commit 71a59ec

Please sign in to comment.