jdeppe-pivotal commented on code in PR #7600:
URL: https://github.com/apache/geode/pull/7600#discussion_r868259385
##########
build.gradle:
##########
@@ -29,16 +29,21 @@ plugins {
id "org.ajoberstar.grgit" version "4.1.1" apply false
id "org.nosphere.apache.rat" version "0.7.1" apply false
id "org.sonarqube" version "3.3" apply false
- id "me.champeau.gradle.japicmp" apply false // Version defined in
buildSrc/build.gradle
id 'me.champeau.gradle.jmh' version '0.5.3' apply false
id "de.undercouch.download" version "5.0.1" apply false
+ id 'org.apache.geode.gradle.geode-dependency-constraints' apply false
+ id 'geode-publish-artifacts' apply false
+ id 'geode-publish-common' apply false
+ id 'geode-publish-java' apply false
+ id 'geode-publish-war' apply false
+// id 'lint'
Review Comment:
Can this be deleted?
--
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]