Skip to content

Commit

Permalink
Fix RequiresExtension test
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Dec 19, 2024
1 parent 8b766a3 commit 402bc2b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@ class Test extends Bar {

@Requires({
jvm.java8 || jvm.java9 || jvm.java10 || jvm.java11 || jvm.java12 || jvm.java13 || jvm.java14 || jvm.java15 || jvm.java16 || jvm.java17 ||
jvm.isJavaVersion(18) || jvm.java21 || jvm.java22
jvm.isJavaVersion(18) ||
jvm.java21 || jvm.java22 || jvm.java23
})
def "provides JVM information"() {
expect: true
Expand Down

0 comments on commit 402bc2b

Please sign in to comment.