File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 <junit .version>5.11.4</junit .version>
5555 <java-websocket .version>1.6.0</java-websocket .version>
5656 <okhttp .version>4.12.0</okhttp .version>
57+ <kotlin .version>1.9.10</kotlin .version>
5758 <main .java.src.dir>src/main/java</main .java.src.dir>
5859 <test .java.src.dir>src/test/java</test .java.src.dir>
5960 </properties >
301302 </plugins >
302303 </pluginManagement >
303304 <plugins >
305+ <plugin >
306+ <groupId >org.apache.maven.plugins</groupId >
307+ <artifactId >maven-checkstyle-plugin</artifactId >
308+ <executions >
309+ <execution >
310+ <id >checkstyle</id >
311+ <configuration >
312+ <excludes >**/gaos/**/*.java</excludes >
313+ </configuration >
314+ </execution >
315+ </executions >
316+ </plugin >
304317 <plugin >
305318 <groupId >org.jacoco</groupId >
306319 <artifactId >jacoco-maven-plugin</artifactId >
456469 </execution >
457470 </executions >
458471 </plugin >
472+ <plugin >
473+ <groupId >org.codehaus.mojo</groupId >
474+ <artifactId >animal-sniffer-maven-plugin</artifactId >
475+ <configuration >
476+ <skip >true</skip >
477+ </configuration >
478+ </plugin >
459479 </plugins >
460480 </build >
461481 <profiles >
You can’t perform that action at this time.
0 commit comments