File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545 <properties >
4646 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
47- <maven .compiler.source>1.8 </maven .compiler.source>
48- <maven .compiler.target>1.8 </maven .compiler.target>
47+ <maven .compiler.source>11 </maven .compiler.source>
48+ <maven .compiler.target>11 </maven .compiler.target>
4949 <google .auth.version>1.33.0</google .auth.version>
5050 <protobuf .version>3.25.5</protobuf .version>
5151 <google .api.version>2.45.0</google .api.version>
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 >
191192 <artifactId >maven-compiler-plugin</artifactId >
192193 <version >3.13.0</version >
193194 <configuration >
195+ <release >11</release >
194196 <annotationProcessorPaths >
195197 <path >
196198 <groupId >com.google.auto.value</groupId >
301303 </plugins >
302304 </pluginManagement >
303305 <plugins >
306+ <plugin >
307+ <groupId >org.apache.maven.plugins</groupId >
308+ <artifactId >maven-checkstyle-plugin</artifactId >
309+ <executions >
310+ <execution >
311+ <id >checkstyle</id >
312+ <configuration >
313+ <excludes >**/gaos/**/*.java</excludes >
314+ </configuration >
315+ </execution >
316+ </executions >
317+ </plugin >
304318 <plugin >
305319 <groupId >org.jacoco</groupId >
306320 <artifactId >jacoco-maven-plugin</artifactId >
456470 </execution >
457471 </executions >
458472 </plugin >
473+ <plugin >
474+ <groupId >org.codehaus.mojo</groupId >
475+ <artifactId >animal-sniffer-maven-plugin</artifactId >
476+ <configuration >
477+ <skip >true</skip >
478+ </configuration >
479+ </plugin >
459480 </plugins >
460481 </build >
461482 <profiles >
You can’t perform that action at this time.
0 commit comments