Resolve artifacts from Maven Central first

- Use spring-build-conventions:0.0.36
- Add https://repo.spring.io/release to reference

Closes gh-1778
This commit is contained in:
Eleftheria Stein
2021-01-22 15:27:06 +01:00
parent 3fe03c60f3
commit 4cbb253c11
2 changed files with 5 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ buildscript {
}
dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.35.RELEASE'
classpath 'io.spring.gradle:spring-build-conventions:0.0.36'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
}
}

View File

@@ -65,3 +65,7 @@ asciidoctorj {
'highlightjsdir@': "js/highlight",
'docinfodir@': "."
}
repositories {
maven { url "https://repo.spring.io/release" }
}