Skip to content

Commit

Permalink
Bump the source version of org.apache.maven.plugins up to 17.
Browse files Browse the repository at this point in the history
(Will it be this simple?)

PiperOrigin-RevId: 696513911
  • Loading branch information
graememorgan authored and Error Prone Team committed Nov 14, 2024
1 parent 2124ebf commit 67807c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<source>8</source>
<source>17</source>
<notimestamp>true</notimestamp>
<doctitle>Error Prone ${project.version} API</doctitle>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions type_annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
<source>17</source>
<target>17</target>
<compilerArgs combine.self="override" />
</configuration>
</plugin>
Expand Down

0 comments on commit 67807c4

Please sign in to comment.