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+ <configuration >
310+ <excludes >com/google/genai/gaos/**/*.java</excludes >
311+ </configuration >
312+ </plugin >
304313 <plugin >
305314 <groupId >org.jacoco</groupId >
306315 <artifactId >jacoco-maven-plugin</artifactId >
456465 </execution >
457466 </executions >
458467 </plugin >
468+ <plugin >
469+ <groupId >org.codehaus.mojo</groupId >
470+ <artifactId >animal-sniffer-maven-plugin</artifactId >
471+ <configuration >
472+ <skip >true</skip >
473+ </configuration >
474+ </plugin >
459475 </plugins >
460476 </build >
461477 <profiles >
You can’t perform that action at this time.
0 commit comments