Skip to content

Commit cfdc8d4

Browse files
committed
chore: adds baseline file to suppress linting issue with multi-jar files
1 parent 068247e commit cfdc8d4

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

components/authentication/azure/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ android {
4646
}
4747

4848
lintOptions {
49+
baseline file("lint-baseline.xml")
4950
textOutput "stdout"
5051
checkAllWarnings true
5152
warningsAsErrors true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<issues format="6" by="lint 8.10.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.10.1)" variant="all" version="8.10.1">
3+
4+
<issue
5+
id="InvalidPackage"
6+
message="Invalid package reference in com.fasterxml.jackson.core:jackson-core; not included in Android: `java.lang.foreign`. Referenced from `com.fasterxml.jackson.core.internal.shaded.fdp.v2_18_3.FastDoubleSwar`.">
7+
<location
8+
file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.18.3/78f80c259268200e588aa204dd97ecf09b76916e/jackson-core-2.18.3.jar"/>
9+
</issue>
10+
<!-- https://github.com/Azure/azure-sdk-for-java/issues/45634 -->
11+
<!-- https://github.com/FasterXML/jackson-core/issues/1446 -->
12+
13+
</issues>

0 commit comments

Comments
 (0)