Skip to content

Commit

Permalink
Update Error Prone's JDK EA toolchain now that the latest head JDK is 25
Browse files Browse the repository at this point in the history
Work towards fixing CI on 25: https://github.com/google/error-prone/actions/runs/12248391960/job/34167917345

PiperOrigin-RevId: 705339393
  • Loading branch information
cushon authored and Error Prone Team committed Dec 13, 2024
1 parent 4ec7aae commit d6e83c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
<toolchains>
<jdk>
<version>17</version>
<version>24</version>
<version>25</version>
</jdk>
</toolchains>
</configuration>
Expand Down

0 comments on commit d6e83c1

Please sign in to comment.