Skip to content

Commit 59eda39

Browse files
cushonError Prone Team
authored andcommitted
Compile Error Prone annotations artifact as Java 8
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
1 parent bf5d25f commit 59eda39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-compiler-plugin</artifactId>
5151
<configuration>
52-
<source>1.7</source>
53-
<target>1.7</target>
52+
<source>8</source>
53+
<target>8</target>
5454
<compilerArgs combine.self="override" />
5555
</configuration>
5656
</plugin>

0 commit comments

Comments
 (0)