We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d48f1c commit b62d097Copy full SHA for b62d097
clirr-ignored-differences.xml
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!-- see http://mojo.codehaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3
+
4
+<differences>
5
+ <difference>
6
+ <differenceType>8001</differenceType>
7
+ <className>com/google/api/client/googleapis/auth/clientlogin/**</className>
8
+ </difference>
9
+</differences>
owlbot.py
@@ -30,5 +30,6 @@
30
"license-checks.xml",
31
".github/workflows/ci.yaml",
32
".github/workflows/samples.yaml",
33
+ "clirr-ignored-differences.xml"
34
]
35
)
0 commit comments