Skip to content

Commit 6231c2a

Browse files
ludochgae-java-bot
authored andcommitted
In pom.xml, the target JDK version for the jdk25 profile is changed from 24 to 23, while we wait for the maven shade plugin to be updated to support jdk24 and jdk25 soon.
PiperOrigin-RevId: 798058893 Change-Id: I58246d629d45e7d94206b416b3b8a2df80e34703
1 parent 536acc0 commit 6231c2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@
228228
<id>jdk25</id>
229229
<properties>
230230
<!-- TODO: Update the JDK version to 25 once shader plugin is fixed for 25. -->
231-
<maven.compiler.release>24</maven.compiler.release>
232-
<maven.compiler.source>24</maven.compiler.source>
233-
<maven.compiler.target>24</maven.compiler.target>
231+
<maven.compiler.release>23</maven.compiler.release>
232+
<maven.compiler.source>23</maven.compiler.source>
233+
<maven.compiler.target>23</maven.compiler.target>
234234
</properties>
235235
<build>
236236
<plugins>

0 commit comments

Comments
 (0)