Skip to content

Commit 53ed2f3

Browse files
Add path repo
1 parent 73757e6 commit 53ed2f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ java {
2727

2828
repositories {
2929
mavenCentral()
30+
maven { url = uri("https://repo.spring.io/milestone") }
31+
maven { url = uri("https://repo.spring.io/snapshot") }
3032
}
3133

3234
dependencies {

0 commit comments

Comments
 (0)