Commit 6e8ed522 authored by Evan W. Patton's avatar Evan W. Patton Committed by Jeffrey Schiller

Make annotation processors target Java 7

Change-Id: Ie2ae31c90304d6278541f22513adfcf731f999a0
parent 118fe430
...@@ -254,6 +254,8 @@ ...@@ -254,6 +254,8 @@
<javac destdir="@{apt-classdir}" <javac destdir="@{apt-classdir}"
encoding="utf-8" encoding="utf-8"
sourcepath="" sourcepath=""
source="7"
target="7"
srcdir="${src.dir}" srcdir="${src.dir}"
includeantruntime="false"> includeantruntime="false">
<include name="**/*.java" /> <!-- include all java files --> <include name="**/*.java" /> <!-- include all java files -->
......
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