Kapt: compile annotation-processing artifact with target "1.6"
(cherry picked from commit 1391e59)
This commit is contained in:
committed by
Yan Zhulanow
parent
b13db88e6f
commit
a9de8ec89b
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user