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 2e6ff72 commit 5250769Copy full SHA for 5250769
build.gradle
@@ -1,10 +1,11 @@
1
buildscript {
2
dependencies {
3
- classpath 'io.spring.gradle:spring-build-conventions:0.0.18.RELEASE'
+ classpath 'io.spring.gradle:spring-build-conventions:0.0.19.RELEASE'
4
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
5
}
6
repositories {
7
maven { url 'https://repo.spring.io/plugins-snapshot' }
8
+ maven { url 'https://plugins.gradle.org/m2/' }
9
10
11
apply plugin: 'io.spring.convention.root'
0 commit comments