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 ed98427 commit c6a2c85Copy full SHA for c6a2c85
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
alias(libs.plugins.grgit) apply false
6
alias(libs.plugins.versions)
7
alias(libs.plugins.version.catalog.update)
8
- id 'io.spring.nullability' version '0.0.1' apply false
+ id 'io.spring.nullability' version '0.0.2' apply false
9
}
10
11
description = 'Spring for Apache Pulsar'
settings.gradle
@@ -9,7 +9,7 @@ pluginManagement {
plugins {
12
- id "io.spring.develocity.conventions" version "0.0.23"
+ id "io.spring.develocity.conventions" version "0.0.24"
13
14
15
startParameter.noBuildScan = startParameter.taskNames.contains('format')
0 commit comments