Include snapshot repository

This commit is contained in:
Marcus Hert Da Coregio
2024-06-19 14:07:08 -03:00
parent d2b7c8b8cb
commit b013678286
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ plugins {
repositories {
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {

View File

@@ -7,6 +7,8 @@ plugins {
repositories {
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {