Skip to content

Commit

Permalink
Add spring snapshot/milestone repo to gradle file of springboot3 arch…
Browse files Browse the repository at this point in the history
…etype
  • Loading branch information
olegz committed Jun 30, 2023
1 parent 9c95d19 commit d5c865b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apply plugin: 'java'
repositories {
mavenLocal()
mavenCentral()
maven {url "https://repo.spring.io/milestone"}
maven {url "https://repo.spring.io/snapshot"}
}

dependencies {
Expand Down

0 comments on commit d5c865b

Please sign in to comment.