Skip to content

Commit

Permalink
remove the <maven-compiler-plugin>
Browse files Browse the repository at this point in the history
  • Loading branch information
milaGGL committed Aug 29, 2024
1 parent 9e99d2c commit 3ea41cd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions google-cloud-firestore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,20 +347,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<!-- Enable Java 17 for all sources so that Intellij picks the right language level -->
<source>17</source>
<compilerArgs>
<arg>-parameters</arg>
<arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
<arg>--add-opens=java.base/java.util=ALL-UNNAMED</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 3ea41cd

Please sign in to comment.