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


##########
gradle/validation/dependencies.gradle:
##########
@@ -41,6 +41,21 @@ allprojects {
     ignoredDependencies.add("org.jetbrains.skiko:skiko-awt-runtime-*")
   }
 
+  // Configure consistent dependency resolution across configurations
+  plugins.withType(JavaPlugin) {

Review Comment:
   If I remember correct this selector was not including the configurations of 
the new UI, but I think it is fine for now to leave it this way. If I notice 
any version drift in that module, I will create a separate PR for addressing 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