uschindler commented on a change in pull request #63:
URL: https://github.com/apache/lucene/pull/63#discussion_r606843554



##########
File path: buildSrc/scriptDepVersions.gradle
##########
@@ -0,0 +1,16 @@
+// Declare script dependency versions outside of palantir's
+// version unification control. These are not our main dependencies
+// but are reused in buildSrc and across applied scripts.
+
+ext {
+  scriptDepVersions = [
+      "apache-rat": "0.11",
+      "commons-codec": "1.13",
+      "ecj": "3.25.0",
+      "flexmark": "0.61.24",
+      "icu": "68.2",

Review comment:
       I see, you've added a check, I just wonder if we can't rely directly on 
the globally configured compile/runtime version.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to