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 a2ed064 commit fa40c8bCopy full SHA for fa40c8b
backend/build.gradle
@@ -12,7 +12,7 @@
12
*/
13
plugins {
14
id 'java'
15
- id 'org.springframework.boot' version '3.0.0-RC2'
+ id 'org.springframework.boot' version '3.0.0'
16
id 'io.spring.dependency-management' version '1.1.0'
17
}
18
@@ -22,7 +22,6 @@ sourceCompatibility = '17'
22
23
repositories {
24
mavenCentral()
25
- maven { url 'https://repo.spring.io/milestone' }
26
27
28
dependencies {
settings.gradle
@@ -1,8 +1,2 @@
1
-pluginManagement {
2
- repositories {
3
4
- gradlePluginPortal()
5
- }
6
-}
7
rootProject.name = 'maps'
8
include 'frontend' , 'backend'
0 commit comments