Add milestone repo for buildSrc

This commit is contained in:
Steve Riesenberg 2023-08-18 14:55:02 -05:00 committed by Steve Riesenberg
parent 5a22c853ba
commit da492efc52
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ sourceCompatibility = JavaVersion.VERSION_17
repositories {
gradlePluginPortal()
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
}
sourceSets {