Add maven-compler-plugin to starter POM
Add maven-compler-plugin to starter POM in an attempt to fix drone.io errors downstream.
This commit is contained in:
@@ -290,6 +290,11 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<profiles>
|
||||
<profile>
|
||||
|
||||
Reference in New Issue
Block a user