We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d58f1 commit c9b57a0Copy full SHA for c9b57a0
dd-java-agent/instrumentation/ignite-2.0/build.gradle
@@ -7,7 +7,14 @@ muzzle {
7
pass {
8
group = 'org.apache.ignite'
9
module = 'ignite-core'
10
- versions = "[2.0.0,3)"
+ versions = "[2.0.0,2.17.0)"
11
+ }
12
+ // ignite-core 2.17.0 is compiled with Java 11
13
+ pass {
14
+ group = 'org.apache.ignite'
15
+ module = 'ignite-core'
16
+ versions = "[2.17.0,3)"
17
+ javaVersion = 11
18
}
19
20
0 commit comments