adutra commented on code in PR #3504:
URL: https://github.com/apache/polaris/pull/3504#discussion_r2716350778


##########
settings.gradle.kts:
##########
@@ -118,6 +118,7 @@ dependencyResolutionManagement {
   repositoriesMode = RepositoriesMode.FAIL_ON_PROJECT_REPOS
   repositories {
     mavenCentral()
+    maven { url = uri("https://jitpack.io";) }

Review Comment:
   How about restricting the usage of Jitpack to just RoaringBitmap?
   
   ```suggestion
       maven {
         url = uri("https://jitpack.io";)
         content {
           includeModule("com.github.RoaringBitmap.RoaringBitmap", 
"roaringbitmap")
         }
       }
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to