We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5587b0 commit dcced25Copy full SHA for dcced25
settings.gradle
@@ -3,7 +3,7 @@ pluginManagement {
3
mavenCentral()
4
gradlePluginPortal()
5
maven {
6
- url 'https://repo.spring.io/plugins-release'
+ url 'https://repo.spring.io/release'
7
}
8
if (version.endsWith('-SNAPSHOT')) {
9
maven { url "https://repo.spring.io/snapshot" }
@@ -23,7 +23,7 @@ pluginManagement {
23
24
plugins {
25
id "com.gradle.enterprise" version "3.6.1"
26
- id "io.spring.ge.conventions" version "0.0.7"
+ id "io.spring.ge.conventions" version "0.0.8"
27
28
29
rootProject.name="spring-boot-build"
0 commit comments