ChrisHegarty commented on code in PR #13453:
URL: https://github.com/apache/lucene/pull/13453#discussion_r1627277388
##########
gradle/testing/alternative-jdk-support.gradle:
##########
@@ -88,6 +88,6 @@ if (jvmGradle != jvmCurrent) {
// Set up root project's properties.
rootProject.ext.runtimeJavaExecutable = jvmCurrent.javaExecutable
rootProject.ext.runtimeJavaHome = jvmCurrent.javaHome
-rootProject.ext.runtimeJavaVersion = jvmDetector.getMetadata(new
InstallationLocation(jvmCurrent.javaHome, "specific path")).getLanguageVersion()
+rootProject.ext.runtimeJavaVersion =
jvmDetector.getMetadata(InstallationLocation.userDefined(jvmCurrent.javaHome,
"specific path")).getLanguageVersion()
Review Comment:
this is a needed as the internal Gradle API has changed between 8.4 and 8.8
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]