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 ebd8bd6 commit 41acd71Copy full SHA for 41acd71
sdk/parents/clientcore-parent/pom.xml
@@ -175,6 +175,9 @@
175
<!-- This property configures the location of the checkstyle-suppressions.xml file. -->
176
<checkstyle.suppressionsLocation/>
177
178
+ <!-- Skips animal-sniffer-maven-plugin. -->
179
+ <animal.sniffer.skip>true</animal.sniffer.skip>
180
+
181
<!-- The following properties configure the spotbugs-maven-plugin. -->
182
<!-- This property configures whether the spotbugs-maven-plugin should be used. -->
183
<spotbugs.skip>false</spotbugs.skip>
@@ -283,6 +286,7 @@
283
286
<goal>check</goal>
284
287
</goals>
285
288
<configuration>
289
+ <skip>${animal.sniffer.skip}</skip>
290
<signature>
291
<groupId>com.toasttab.android</groupId>
292
<artifactId>gummy-bears-api-26</artifactId>
0 commit comments