You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/10/06 16:39:30 UTC

[GitHub] [geode] onichols-pivotal commented on a change in pull request #6942: GEODE-9621: Change spotlessGradle behavior for delcaring dependency v…

onichols-pivotal commented on a change in pull request #6942:
URL: https://github.com/apache/geode/pull/6942#discussion_r723481400



##########
File path: buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
##########
@@ -67,6 +67,7 @@ class DependencyConstraints implements Plugin<Project> {
     deps.put("junit.version", "4.13.2")
     deps.put("junit-jupiter.version", "5.7.2")
     deps.put("cglib.version", "3.3.0")
+    deps.put("gradle-tooling-api.version", "5.1.1")

Review comment:
       I don't like that this is now separated from the comment that explains why it's such an old 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.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

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