Skip to content

Commit

Permalink
Compile Error Prone annotations artifact as Java 8
Browse files Browse the repository at this point in the history
Support for the Java 7 language level is being turned down, see: https://bugs.openjdk.org/browse/JDK-8173605

RELNOTES=The Error Prone annotations artifact now targets Java 8
PiperOrigin-RevId: 479355036
  • Loading branch information
cushon authored and Error Prone Team committed Oct 6, 2022
1 parent bf5d25f commit 59eda39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>8</source>
<target>8</target>
<compilerArgs combine.self="override" />
</configuration>
</plugin>
Expand Down

0 comments on commit 59eda39

Please sign in to comment.