Skip to content

Commit 3ea41cd

Browse files
committed
remove the <maven-compiler-plugin>
1 parent 9e99d2c commit 3ea41cd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

google-cloud-firestore/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -347,20 +347,6 @@
347347
</execution>
348348
</executions>
349349
</plugin>
350-
<plugin>
351-
<groupId>org.apache.maven.plugins</groupId>
352-
<artifactId>maven-compiler-plugin</artifactId>
353-
<inherited>true</inherited>
354-
<configuration>
355-
<!-- Enable Java 17 for all sources so that Intellij picks the right language level -->
356-
<source>17</source>
357-
<compilerArgs>
358-
<arg>-parameters</arg>
359-
<arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
360-
<arg>--add-opens=java.base/java.util=ALL-UNNAMED</arg>
361-
</compilerArgs>
362-
</configuration>
363-
</plugin>
364350
</plugins>
365351
</build>
366352
</profile>

0 commit comments

Comments
 (0)