Skip to content

Commit 870d75e

Browse files
committed
Add spring snapshot/milestone repo to gradle file of springboot3 archetype
1 parent 42d92bb commit 870d75e

File tree

1 file changed

+2
-0
lines changed
  • aws-serverless-springboot3-archetype/src/main/resources/archetype-resources

1 file changed

+2
-0
lines changed

aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ apply plugin: 'java'
33
repositories {
44
mavenLocal()
55
mavenCentral()
6+
maven {url "https://repo.spring.io/milestone"}
7+
maven {url "https://repo.spring.io/snapshot"}
68
}
79

810
dependencies {

0 commit comments

Comments
 (0)