Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696827801
  • Loading branch information
java-team-github-bot authored and Error Prone Team committed Nov 15, 2024
1 parent 1fe2f7c commit d65b697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Edit your `pom.xml` file to add settings to the maven-compiler-plugin:
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>8</source>
<source>17</source>
<target>8</target>
<encoding>UTF-8</encoding>
<compilerArgs>
Expand Down

0 comments on commit d65b697

Please sign in to comment.