Remove no longer useful comment (#9214)
This commit is contained in:
parent
fa7e28129c
commit
02b2dadcb2
|
@ -167,7 +167,6 @@ fun configureImage(
|
||||||
} else if (vm == "openj9") {
|
} else if (vm == "openj9") {
|
||||||
if (isWindows) {
|
if (isWindows) {
|
||||||
// ibm-semeru-runtimes doesn't publish windows images
|
// ibm-semeru-runtimes doesn't publish windows images
|
||||||
// adoptopenjdk doesn't publish Windows 2022 images (and is deprecated)
|
|
||||||
throw GradleException("Unexpected vm: $vm")
|
throw GradleException("Unexpected vm: $vm")
|
||||||
} else {
|
} else {
|
||||||
"ibm-semeru-runtimes:open-$jdk-jdk"
|
"ibm-semeru-runtimes:open-$jdk-jdk"
|
||||||
|
@ -232,7 +231,6 @@ fun createDockerTasks(parentTask: TaskProvider<out Task>, isWindows: Boolean) {
|
||||||
for (vm in entry.vm) {
|
for (vm in entry.vm) {
|
||||||
if (vm == "openj9" && isWindows) {
|
if (vm == "openj9" && isWindows) {
|
||||||
// ibm-semeru-runtimes doesn't publish windows images
|
// ibm-semeru-runtimes doesn't publish windows images
|
||||||
// adoptopenjdk is deprecated and doesn't publish Windows 2022 images
|
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
for (jdk in entry.jdk) {
|
for (jdk in entry.jdk) {
|
||||||
|
|
Loading…
Reference in New Issue