Remove no longer useful comment (#9214)

This commit is contained in:
Trask Stalnaker 2023-08-15 23:58:53 -07:00 committed by GitHub
parent fa7e28129c
commit 02b2dadcb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -167,7 +167,6 @@ fun configureImage(
} else if (vm == "openj9") {
if (isWindows) {
// ibm-semeru-runtimes doesn't publish windows images
// adoptopenjdk doesn't publish Windows 2022 images (and is deprecated)
throw GradleException("Unexpected vm: $vm")
} else {
"ibm-semeru-runtimes:open-$jdk-jdk"
@ -232,7 +231,6 @@ fun createDockerTasks(parentTask: TaskProvider<out Task>, isWindows: Boolean) {
for (vm in entry.vm) {
if (vm == "openj9" && isWindows) {
// ibm-semeru-runtimes doesn't publish windows images
// adoptopenjdk is deprecated and doesn't publish Windows 2022 images
continue
}
for (jdk in entry.jdk) {