mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-13 23:52:14 +00:00
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:
parent
e6d6b39767
commit
5315b2eeca
@ -1,6 +1,6 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
dependencies {
|
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"
|
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
||||||
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
|
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
|
||||||
classpath "io.freefair.gradle:aspectj-plugin:4.1.6"
|
classpath "io.freefair.gradle:aspectj-plugin:4.1.6"
|
||||||
|
@ -43,3 +43,7 @@ def resolvedVersions(Configuration configuration) {
|
|||||||
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
|
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven { url "https://repo.spring.io/release" }
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user