We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f97e6 commit 8721659Copy full SHA for 8721659
2 files changed
pom.xml
@@ -339,6 +339,13 @@
339
<sourceDirectory>src/test-fixtures/java</sourceDirectory>
340
</sourceDirectories>
341
</configuration>
342
+ <dependencies>
343
+ <dependency>
344
+ <groupId>com.puppycrawl.tools</groupId>
345
+ <artifactId>checkstyle</artifactId>
346
+ <version>12.1.2</version>
347
+ </dependency>
348
+ </dependencies>
349
<executions>
350
<execution>
351
<id>validate</id>
renovate.json5
@@ -78,6 +78,7 @@
78
"org.apache.maven.plugins:maven-source-plugin",
79
"com.hubspot.maven.plugins:prettier-maven-plugin",
80
"com.google.cloud.tools:jib-maven-plugin",
81
+ "com.puppycrawl.tools:checkstyle",
82
"org.apache.maven.plugins:maven-shade-plugin",
83
"org.apache.maven.plugins:maven-compiler-plugin",
84
"org.apache.maven.plugins:maven-jar-plugin",
0 commit comments