Resolve artifacts from Maven Central first
- Use spring-build-conventions:0.0.36 - Add https://repo.spring.io/release to reference Closes gh-9367
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath 'io.spring.gradle:spring-build-conventions:0.0.35.RELEASE'
|
||||
classpath 'io.spring.gradle:spring-build-conventions:0.0.36'
|
||||
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion"
|
||||
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
||||
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
|
||||
|
||||
@@ -43,3 +43,7 @@ def resolvedVersions(Configuration configuration) {
|
||||
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user