We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe03c6 commit 4cbb253Copy full SHA for 4cbb253
build.gradle
@@ -22,7 +22,7 @@ buildscript {
22
}
23
24
dependencies {
25
- classpath 'io.spring.gradle:spring-build-conventions:0.0.35.RELEASE'
+ classpath 'io.spring.gradle:spring-build-conventions:0.0.36'
26
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
27
28
spring-session-docs/spring-session-docs.gradle
@@ -65,3 +65,7 @@ asciidoctorj {
65
'highlightjsdir@': "js/highlight",
66
'docinfodir@': "."
67
68
+
69
+repositories {
70
+ maven { url "https://repo.spring.io/release" }
71
+}
0 commit comments