Kapt: compile annotation-processing artifact with target "1.6"

(cherry picked from commit 1391e59)
This commit is contained in:
Yan Zhulanow
2016-08-12 04:59:28 +03:00
committed by Yan Zhulanow
parent b13db88e6f
commit a9de8ec89b
2 changed files with 6 additions and 1 deletions
@@ -160,6 +160,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>