Skip to content

Commit

Permalink
Problem: JCENTER/BINTRAY no more available for Android repositories
Browse files Browse the repository at this point in the history
Solution: Remove JCENTER() call, from Android repository search path.

See
- ZPROJECT [issue 1314](zeromq/zproject#1314) for more details.
- ZPROJECT [issue 1315](zeromq/zproject#1315) for more questions.
  • Loading branch information
stephan57160 committed Oct 31, 2022
1 parent 627c5ff commit 680d231
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.zyre'
Expand Down

0 comments on commit 680d231

Please sign in to comment.