@@ -2,7 +2,8 @@ pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url 'https://repo.spring.io/plugins-release' }
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
maven { url 'https://repo.spring.io/snapshot' }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'org.springframework.pulsar.spring-module'
|
||||
id 'org.springframework.boot' version '2.7.2'
|
||||
id 'org.springframework.boot' version '3.0.0-SNAPSHOT'
|
||||
}
|
||||
|
||||
description = 'Spring Pulsar Sample Applications'
|
||||
|
||||
Reference in New Issue
Block a user