We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6449944 commit c0d88e8Copy full SHA for c0d88e8
1 file changed
src/test/groovy/org/beryx/runtime/RuntimePluginSpec.groovy
@@ -99,5 +99,6 @@ class RuntimePluginSpec extends Specification {
99
['java.naming', 'java.xml'] | true | true | '7.6'
100
['java.naming', 'java.xml', 'java.logging'] | true | true | '7.4'
101
['java.naming', 'java.xml', 'foo.bar'] | false | false | '7.6'
102
+ ['java.naming', 'java.xml', 'java.logging'] | true | true | '8.14.3'
103
}
104
0 commit comments