Skip to content

Commit ea129e7

Browse files
authored
Quartz 1.7.0 is missing on central (#10132)
1 parent 7608cdf commit ea129e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ muzzle {
33
group = 'org.quartz-scheduler'
44
module = 'quartz'
55
versions = "[2.0.0,)"
6+
skipVersions = ["1.7.0"] // missing on central
67
assertInverse = true
78
javaVersion = "11"
89
}

0 commit comments

Comments
 (0)