Skip to content

Commit

Permalink
remove legacy verification modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Feb 3, 2025
1 parent 13df855 commit a5b80d9
Show file tree
Hide file tree
Showing 30 changed files with 2 additions and 328 deletions.
134 changes: 0 additions & 134 deletions pitest-groovy-verification/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

63 changes: 0 additions & 63 deletions pitest-java8-verification/pom.xml

This file was deleted.

7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,13 @@
</property>
</activation>
<modules>
<module>pitest-java8-verification</module>
<module>pitest-maven-verification</module>
<!-- disabled until working with java 9+ -->
<!-- <module>pitest-groovy-verification</module> -->
<module>pitest-maven-verification</module>
</modules>
</profile>
<profile>
<id>verification-modern</id>
<activation>
<jdk>[17,18,19]</jdk>
<jdk>[17,18,19,21]</jdk>
<property>
<name>!skipTests</name>
</property>
Expand Down

0 comments on commit a5b80d9

Please sign in to comment.