Skip to content

Commit faa2b68

Browse files
authored
Merge pull request #11 from psilberk/disable-android-compatibility-check
Disable Android compatibility check
2 parents e55bda3 + 1c556af commit faa2b68

File tree

1 file changed

+20
-0
lines changed
  • data/semantickernel-data-oracle

1 file changed

+20
-0
lines changed

data/semantickernel-data-oracle/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,24 @@
7979
<scope>test</scope>
8080
</dependency>
8181
</dependencies>
82+
<build>
83+
<plugins>
84+
<plugin>
85+
<groupId>org.codehaus.mojo</groupId>
86+
<artifactId>animal-sniffer-maven-plugin</artifactId>
87+
<executions>
88+
<execution>
89+
<id>android</id>
90+
<phase>test</phase>
91+
<goals>
92+
<goal>check</goal>
93+
</goals>
94+
</execution>
95+
</executions>
96+
<configuration>
97+
<skip>true</skip>
98+
</configuration>
99+
</plugin>
100+
</plugins>
101+
</build>
82102
</project>

0 commit comments

Comments
 (0)