File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
import org.springframework.boot.gradle.tasks.bundling.BootJar
2
2
3
3
plugins {
4
- id(" org.springframework.boot" ) version " 3.3.0-RC1 "
4
+ id(" org.springframework.boot" ) version " 3.3.0"
5
5
id(" io.spring.dependency-management" ) version " 1.1.3"
6
6
java
7
7
}
@@ -11,7 +11,6 @@ version = "0.0.1-SNAPSHOT"
11
11
12
12
repositories {
13
13
mavenCentral()
14
- maven(" https://repo.spring.io/milestone" )
15
14
}
16
15
17
16
val federation_jvm_version: String = project.property(" federation-jvm.version" ).toString()
Original file line number Diff line number Diff line change 1
1
import org.springframework.boot.gradle.tasks.bundling.BootJar
2
2
3
3
plugins {
4
- id(" org.springframework.boot" ) version " 3.3.0-RC1 "
4
+ id(" org.springframework.boot" ) version " 3.3.0"
5
5
id(" io.spring.dependency-management" ) version " 1.1.3"
6
6
java
7
7
}
@@ -11,7 +11,6 @@ version = "0.0.1-SNAPSHOT"
11
11
12
12
repositories {
13
13
mavenCentral()
14
- maven(" https://repo.spring.io/milestone" )
15
14
}
16
15
17
16
val federation_jvm_version: String = project.property(" federation-jvm.version" ).toString()
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ pluginManagement {
2
2
repositories {
3
3
mavenCentral()
4
4
gradlePluginPortal()
5
- maven(" https://repo.spring.io/milestone" )
6
5
}
7
6
}
8
7
You can’t perform that action at this time.
0 commit comments