Skip to content

Commit

Permalink
Cap graphql-21 instrumentation (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao authored Apr 16, 2024
1 parent e758975 commit d3dea38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/graphql-java-21.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ java {
}

verifyInstrumentation {
passesOnly 'com.graphql-java:graphql-java:[21.0,)'
passesOnly 'com.graphql-java:graphql-java:[21.0,22.0)'
excludeRegex 'com.graphql-java:graphql-java:(0.0.0|201|202).*'
excludeRegex 'com.graphql-java:graphql-java:.*(vTEST|-beta|-alpha1|-nf-execution|-rc|-TEST).*'
}
Expand Down

0 comments on commit d3dea38

Please sign in to comment.