We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5104c commit 410f3b0Copy full SHA for 410f3b0
build.gradle
@@ -19,7 +19,7 @@ plugins {
19
id 'org.antora' version '1.0.0'
20
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
21
id 'io.freefair.aggregate-javadoc' version '8.13.1'
22
- id 'io.spring.nullability' version '0.0.5' apply false
+ id 'io.spring.nullability' version '0.0.6' apply false
23
}
24
25
description = 'Spring AMQP'
@@ -155,7 +155,7 @@ configure(javaProjects) { subproject ->
155
156
java {
157
toolchain {
158
- languageVersion = JavaLanguageVersion.of(24)
+ languageVersion = JavaLanguageVersion.of(25)
159
160
withJavadocJar()
161
withSourcesJar()
0 commit comments