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 2022/02/10 00:41:27 UTC

[GitHub] [geode] demery-pivotal commented on a change in pull request #7351: Upgrade to Gradle 7.4

demery-pivotal commented on a change in pull request #7351:
URL: https://github.com/apache/geode/pull/7351#discussion_r803205195



##########
File path: geode-assembly/src/acceptanceTest/resources/gradle-test-projects/management/build.gradle
##########
@@ -24,7 +24,7 @@ repositories {
 }
 
 dependencies {
-  compile("${project.group}:geode-core:${project.version}")
+  compileOnly("${project.group}:geode-core:${project.version}")

Review comment:
       On my Mac, if I change this to `implementation`, the `GradleBuildWithGeodeCoreAcceptanceTest` completes without error on both JDK 8 and JDK 11. I suspect this change will also fix on Windows assembly test failure.




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