forked from JavaTX/JavaCompilerCore
Corrected format of pom.xml
- Removed obsolete configuration of "Java compiler Plug-In"
This commit is contained in:
parent
8e6b9a9ece
commit
978f222dfa
8
pom.xml
8
pom.xml
@ -159,14 +159,6 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<source>9</source>
|
|
||||||
<target>9</target>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
|
Loading…
Reference in New Issue
Block a user