https://github.com/CaciocavalloSilano/caciocavallo
we need to use latest version at:
|
<dependency> |
|
<groupId>com.github.caciocavallosilano</groupId> |
|
<artifactId>cacio-tta</artifactId> |
|
<version>1.11</version> |
|
<scope>test</scope> |
we need to remove exclusion from version checker:
|
<rule groupId="com.github.caciocavallosilano" artifactId="cacio-tta"> |
|
<ignoreVersions> |
|
<!-- The version 1.11 we are on is the last version with Java 11 support. --> |
|
<ignoreVersion type="regex">.*</ignoreVersion> |
|
</ignoreVersions> |
|
</rule> |
https://github.com/CaciocavalloSilano/caciocavallo
we need to use latest version at:
checkstyle/pom.xml
Lines 357 to 361 in 8105fcd
we need to remove exclusion from version checker:
checkstyle/config/version-number-rules.xml
Lines 14 to 19 in 8105fcd