Skip to content

Commit 83ba9b1

Browse files
authored
Merge branch 'master' into andrea.marziali/remote-hostname-always
2 parents 6ed7640 + 42eee08 commit 83ba9b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ muzzle {
1010
apply from: "$rootDir/gradle/java.gradle"
1111

1212
addTestSuiteForDir('latestDepTest','test')
13-
13+
ext {
14+
latestDepTestMinJavaVersionForTests = JavaVersion.VERSION_11
15+
}
1416
dependencies {
1517
compileOnly group: 'org.apache.avro', name: 'avro', version: '1.11.3'
1618
testImplementation group: 'org.apache.avro', name: 'avro', version: '1.11.3'

0 commit comments

Comments
 (0)