Commit f26bdd32 authored by Phillip Webb's avatar Phillip Webb

Downgrade maven-compiler-plugin to 3.5

Revert the previous upgrade due to the MCOMPILER-271 issue.

Fixes gh-6391
parent cca6a385
......@@ -2429,7 +2429,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......
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