Skip to content

Commit

Permalink
Merge pull request #2245 from stephan57160/master
Browse files Browse the repository at this point in the history
Problem: JCENTER/BINTRAY no more available for Android repositories
  • Loading branch information
bluca authored Oct 31, 2022
2 parents 1a28bb9 + b540c02 commit f8ac899
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bindings/jni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ subprojects {
repositories {
mavenLocal()
mavenCentral()
jcenter()
// BINTRAY no more responding.
// JFROG announced JCENTER & BINTRAY shutdown in 2021.
// - What to do for the JFROG plugin ?
// - Is the README still valid ?
/* jcenter() */
}

group = 'org.zeromq.czmq'
Expand Down

0 comments on commit f8ac899

Please sign in to comment.