2
0
Эх сурвалжийг харах

Resolve artifacts from Maven Central first

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

Closes gh-9367
Eleftheria Stein 4 жил өмнө
parent
commit
420e8227d4

+ 1 - 1
build.gradle

@@ -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'

+ 4 - 0
docs/manual/spring-security-docs-manual.gradle

@@ -43,3 +43,7 @@ def resolvedVersions(Configuration configuration) {
 			.collectEntries { [(it.name + "-version"): it.moduleVersion.id.version] }
 	}
 }
+
+repositories {
+	maven { url "https://repo.spring.io/release" }
+}