Remove unnecessary compiler configuration
The new `maven.compiler.source` and `maven.compiler.target` properties have removed the need for explicit configuration. Closes gh-1684
This commit is contained in:
parent
7956ab58a5
commit
7b33f286f5
|
|
@ -60,14 +60,6 @@
|
|||
<pluginManagement>
|
||||
<plugins>
|
||||
<!-- Apply more sensible defaults for user projects -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>${maven.compiler.source}</source>
|
||||
<target>${maven.compiler.target}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue