Skip to content

Commit

Permalink
[SQLLINE-270] Remove maven-compiler-plugin from pom.xml
Browse files Browse the repository at this point in the history
This solves the same problem as [SQLLINE-273], namely javadoc failure
on JDK 11. I figure it can't hurt to have both solutions.

The fix is derived from [CALCITE-2836]; thanks @risdenk!
  • Loading branch information
snuyanzin authored and julianhyde committed Mar 10, 2019
1 parent 1b7c7f8 commit 71de518
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,14 +250,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<compilerArgument>-Xlint:deprecation</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 71de518

Please sign in to comment.