mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
Switch to building the project with Java 25
Closes gh-2101
This commit is contained in:
parent
7deaa78575
commit
6feeae0f13
7 changed files with 9 additions and 9 deletions
|
|
@ -17,7 +17,7 @@ version = '4.0.0-SNAPSHOT'
|
|||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(24)
|
||||
languageVersion = JavaLanguageVersion.of(25)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue