specify what version of checkstyle we want to use

This commit is contained in:
Athou
2024-08-28 09:20:18 +02:00
parent 3aa1987319
commit 2aee961600

View File

@@ -175,6 +175,13 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<version>3.5.0</version> <version>3.5.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.18.0</version>
</dependency>
</dependencies>
<executions> <executions>
<execution> <execution>
<id>validate</id> <id>validate</id>