Skip to content

Commit 410f3b0

Browse files
committed
Upgrade to Java 25 & io.spring.nullability:0.0.6
1 parent aa5104c commit 410f3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
id 'org.antora' version '1.0.0'
2020
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
2121
id 'io.freefair.aggregate-javadoc' version '8.13.1'
22-
id 'io.spring.nullability' version '0.0.5' apply false
22+
id 'io.spring.nullability' version '0.0.6' apply false
2323
}
2424

2525
description = 'Spring AMQP'
@@ -155,7 +155,7 @@ configure(javaProjects) { subproject ->
155155

156156
java {
157157
toolchain {
158-
languageVersion = JavaLanguageVersion.of(24)
158+
languageVersion = JavaLanguageVersion.of(25)
159159
}
160160
withJavadocJar()
161161
withSourcesJar()

0 commit comments

Comments
 (0)