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>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.5.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.18.0</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>validate</id>