Skip to content

Commit 5315b2e

Browse files
committed
Resolve artifacts from Maven Central first
- Use spring-build-conventions:0.0.36 - Add https://repo.spring.io/release to reference Closes gh-9367
1 parent e6d6b39 commit 5315b2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
dependencies {
3-
classpath 'io.spring.gradle:spring-build-conventions:0.0.35.RELEASE'
3+
classpath 'io.spring.gradle:spring-build-conventions:0.0.36'
44
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
55
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
66
classpath "io.freefair.gradle:aspectj-plugin:4.1.6"

docs/manual/spring-security-docs-manual.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ def resolvedVersions(Configuration configuration) {
4343
.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
4444
}
4545
}
46+
47+
repositories {
48+
maven { url "https://repo.spring.io/release" }
49+
}

0 commit comments

Comments
 (0)