Skip to content

Commit fa40c8b

Browse files
committed
fix: update
1 parent a2ed064 commit fa40c8b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

backend/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
plugins {
1414
id 'java'
15-
id 'org.springframework.boot' version '3.0.0-RC2'
15+
id 'org.springframework.boot' version '3.0.0'
1616
id 'io.spring.dependency-management' version '1.1.0'
1717
}
1818

@@ -22,7 +22,6 @@ sourceCompatibility = '17'
2222

2323
repositories {
2424
mavenCentral()
25-
maven { url 'https://repo.spring.io/milestone' }
2625
}
2726

2827
dependencies {

settings.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
pluginManagement {
2-
repositories {
3-
maven { url 'https://repo.spring.io/milestone' }
4-
gradlePluginPortal()
5-
}
6-
}
71
rootProject.name = 'maps'
82
include 'frontend' , 'backend'

0 commit comments

Comments
 (0)