Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions gradle/banned-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@

# Contains old javax.* annotations that we do not want
com.google.code.findbugs:jsr305

# See https://github.com/RoaringBitmap/RoaringBitmap/issues/749, should only use org.roaringbitmap:RoaringBitmap
com.github.RoaringBitmap.RoaringBitmap
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont see com.github.RoaringBitmap when doing a search in maven https://central.sonatype.com/search?q=RoaringBitmap

is it only available in jitpack?

org.roaringbitmap:roaringbitmap
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ dependencyResolutionManagement {
repositoriesMode = RepositoriesMode.FAIL_ON_PROJECT_REPOS
repositories {
mavenCentral()
maven {
url = uri("https://jitpack.io")
content { includeModule("com.github.RoaringBitmap.RoaringBitmap", "roaringbitmap") }
}
val useApacheSnapshots =
providers.gradleProperty("useApacheSnapshots").orNull?.toBoolean() == true
if (useApacheSnapshots) {
Expand Down