demery-pivotal opened a new pull request, #7570: URL: https://github.com/apache/geode/pull/7570
PROBLEM GradleBuildWithGeodeCoreAcceptanceTest attempts to run Gradle v5.1.1 using the test JVM. This fails when the test is run in JDK 17, because Gradle 5.1.1 does not support JDK 17. SOLUTION Configure the test's "inner" build to use the value of the GRADLE_JVM environment variable as its JVM. This makes it use the same JVM that we use to build Geode. -- 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]
