Browse Source

Add milestone repo for buildSrc

pull/13681/head
Steve Riesenberg 3 years ago
parent
commit
187f04a80c
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
  1. 1
      buildSrc/build.gradle

1
buildSrc/build.gradle

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

Loading…
Cancel
Save