Skip to content

Commit 4ac37fc

Browse files
authored
Run zio muzzle with java 11 (#7753)
1 parent fa2c1af commit 4ac37fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dd-java-agent/instrumentation/zio/zio-2.0/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,21 @@ muzzle {
77
module = "zio_2.12"
88
versions = "[$zioVersion,)"
99
assertInverse = true
10+
javaVersion = "11"
1011
}
1112
pass {
1213
group = 'dev.zio'
1314
module = "zio_2.13"
1415
versions = "[$zioVersion,)"
1516
assertInverse = true
17+
javaVersion = "11"
1618
}
1719
pass {
1820
group = 'dev.zio'
1921
module = "zio_3"
2022
versions = "[$zioVersion,)"
2123
assertInverse = true
24+
javaVersion = "11"
2225
}
2326
}
2427

0 commit comments

Comments
 (0)