Skip to content

Commit 5250769

Browse files
jzheauxrwinch
authored andcommitted
Update to Spring Build Conventions 0.0.19
Fixes: gh-5981
1 parent 2e6ff72 commit 5250769

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
buildscript {
22
dependencies {
3-
classpath 'io.spring.gradle:spring-build-conventions:0.0.18.RELEASE'
3+
classpath 'io.spring.gradle:spring-build-conventions:0.0.19.RELEASE'
44
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
55
}
66
repositories {
77
maven { url 'https://repo.spring.io/plugins-snapshot' }
8+
maven { url 'https://plugins.gradle.org/m2/' }
89
}
910
}
1011
apply plugin: 'io.spring.convention.root'

0 commit comments

Comments
 (0)