Skip to content

Commit

Permalink
Delete redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Jul 20, 2024
1 parent 6b7b97c commit 2c2a4b4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ private validateInput(jakartaVersion, profile, javaVersion, runtime, docker, Fil
FileUtils.forceDelete(outputDirectory)
throw new RuntimeException("Failed, WildFly does not offer a release for Jakarta EE 9 or Jakarta EE 9.1")
}

if ((jakartaVersion == '10') && (javaVersion == '8')) {
FileUtils.forceDelete(outputDirectory)
throw new RuntimeException("Failed, WildFly 27 does not support Java SE 8")
}
}
}

Expand Down

0 comments on commit 2c2a4b4

Please # to comment.