Skip to content

Commit

Permalink
Remove no longer useful comment (#9214)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Aug 16, 2023
1 parent fa7e281 commit 02b2dad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smoke-tests/images/servlet/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 02b2dad

Please sign in to comment.