janhoy commented on code in PR #4140:
URL: https://github.com/apache/solr/pull/4140#discussion_r2816083116


##########
gradle/solr/packaging.gradle:
##########
@@ -48,13 +48,37 @@ configure(allprojects
     }
 
     configurations {
-      solrPlatformLibs
+      solrPlatformLibs {
+        resolutionStrategy {
+          preferProjectModules()

Review Comment:
   Thanks for diving in and trying to understand the details of these features. 
My gradle foo is still on a lower level, and this draft PR is mainly a POC by 
Claude of a direction that we might go. I went back and challenged Claude about 
this resolutionStrategy and turns out it is not required (remnant from a 
previous iteration), so I removed it.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to