Commit f7b69fd0 authored by Phillip Webb's avatar Phillip Webb

Add maven-compler-plugin to starter POM

Add maven-compler-plugin to starter POM in an attempt to fix drone.io
errors downstream.
parent f9439a23
...@@ -290,6 +290,11 @@ ...@@ -290,6 +290,11 @@
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build> </build>
<profiles> <profiles>
<profile> <profile>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment