9

I need to add https://jcenter.bintray.com/ into IntelliJ IDEA. IJ should be able to find and update packages from JCenter as it does for Maven Central.

Currently when I add the URL to the list of maven repos, it complains "No repositories found".

settings screen shot

Note: I use the internal IJ build system, there is no Maven or Gradle there (and I have my reasons not to use them)

Cœur
  • 37,241
  • 25
  • 195
  • 267
voddan
  • 31,956
  • 8
  • 77
  • 87

1 Answers1

2

JCenter is not currently supported by IntelliJ IDEA. See this issue: https://youtrack.jetbrains.com/v2/issue/IDEA-154970

Daniel Wolf
  • 12,855
  • 13
  • 54
  • 80
  • 1
    That issue is marked as 'completed' now (status 'Fixed'). Certainly as of 2020.1, IntelliJ IDEA includes JCenter by default. – David Bullock Jul 29 '20 at 00:08