Skip to content

Commit

Permalink
Skip tests on JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Aug 12, 2023
1 parent c9b22ec commit bbccb92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<executions>
<execution>
<id>default-testCompile</id>
<phase>test-compile</phase>
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
<skip>true</skip>
</configuration>
</execution>
</executions>
<goals>
<goal>compile</goal>
</goals>
Expand Down

0 comments on commit bbccb92

Please sign in to comment.