Skip to content

Commit 4cbb253

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-1778
1 parent 3fe03c6 commit 4cbb253

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
@@ -22,7 +22,7 @@ buildscript {
2222
}
2323

2424
dependencies {
25-
classpath 'io.spring.gradle:spring-build-conventions:0.0.35.RELEASE'
25+
classpath 'io.spring.gradle:spring-build-conventions:0.0.36'
2626
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
2727
}
2828
}

spring-session-docs/spring-session-docs.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@ asciidoctorj {
6565
'highlightjsdir@': "js/highlight",
6666
'docinfodir@': "."
6767
}
68+
69+
repositories {
70+
maven { url "https://repo.spring.io/release" }
71+
}

0 commit comments

Comments
 (0)