Skip to content

Commit

Permalink
Removing compilerId property from pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakdamri committed Jul 23, 2024
1 parent e2c949b commit bbad1c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerId>javac-with-errorprone</compilerId>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
</configuration>
<!--
Expand Down
1 change: 0 additions & 1 deletion standalone-metastore/metastore-tools/tools-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerId>javac-with-errorprone</compilerId>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
</configuration>
<!--
Expand Down

0 comments on commit bbad1c6

Please sign in to comment.