[JAVA-27739] Fix failing module maven-modules - upgrade to JDK 17 (#15841)
This commit is contained in:
@@ -43,8 +43,6 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${maven.compiler.version}</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
<compilerArgs>
|
||||
<arg>-Xlint:unchecked</arg>
|
||||
</compilerArgs>
|
||||
|
||||
Reference in New Issue
Block a user