Commit 125450ca 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 63b70363
......@@ -290,6 +290,11 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
<profiles>
<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