Skip to content

Commit

Permalink
Remove Reference to JCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Sep 23, 2022
1 parent 4df8c2c commit 4509dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def bintrayUser = project.hasProperty('BINTRAY_USER') ? "$BINTRAY_USER" : '-'
def bintrayKey = project.hasProperty('BINTRAY_KEY') ? "$BINTRAY_KEY" : '-'

repositories {
jcenter()
mavenCentral()
}

configurations {
Expand Down

0 comments on commit 4509dda

Please sign in to comment.