Skip to content

Commit 946dcb8

Browse files
[release/v1.32.x] Remove weird graphql versions from muzzle versions (#10581)
Co-authored-by: Lauri Tulmin <[email protected]>
1 parent 324f25c commit 946dcb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle-plugins/src/main/kotlin/io/opentelemetry/javaagent/muzzle/AcceptableVersions.kt

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class AcceptableVersions(private val skipVersions: Collection<String>) :
3333
|| versionString.contains("public_draft")
3434
|| versionString.contains("snapshot")
3535
|| versionString.contains("test")
36+
|| versionString.startsWith("0.0.0-")
3637
|| GIT_SHA_PATTERN.matches(versionString)
3738
|| DATETIME_PATTERN.matches(versionString)
3839
return !draftVersion

0 commit comments

Comments
 (0)