Skip to content

Commit

Permalink
Build auto-value-annotations for Java 7.
Browse files Browse the repository at this point in the history
Fixes #655

Perhaps it would make sense to split AutoFactory and AutoService into separate annotations and processor artifacts, as well, and then to compile their annotations artifacts for Java 7. But the AutoValue change solves the immediate problem.

RELNOTES: Returned to building `auto-value-annotations` for Java 7 instead of Java 8.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=205730548
  • Loading branch information
cpovirk authored and ronshapiro committed Jul 31, 2018
1 parent 6f1397d commit 588bc05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions value/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
Immutable value-type code generation for Java 1.6+.
</description>

<properties>
<java.version>1.7</java.version>
</properties>

<scm>
<url>http://github.com/google/auto</url>
<connection>scm:git:git://github.com/google/auto.git</connection>
Expand Down

0 comments on commit 588bc05

Please sign in to comment.