Skip to content

Commit 2a02021

Browse files
committed
Run latestDepJava11Test on Java 11 only
1 parent 5a6ec68 commit 2a02021

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dd-java-agent/instrumentation/jdbc/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ plugins {
33
id 'me.champeau.jmh'
44
}
55

6+
ext {
7+
latestDepJava11TestMinJavaVersionForTests = JavaVersion.VERSION_11
8+
latestDepJava11TestMaxJavaVersionForTests = JavaVersion.VERSION_11
9+
}
10+
611
muzzle {
712
pass {
813
coreJdk()

0 commit comments

Comments
 (0)