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 eb6bd9b commit 32751a2Copy full SHA for 32751a2
build.gradle
@@ -1,10 +1,10 @@
1
buildscript {
2
dependencies {
3
- classpath 'io.spring.gradle:spring-build-conventions:0.0.1.RELEASE'
+ classpath 'io.spring.gradle:spring-build-conventions:0.0.2.BUILD-SNAPSHOT'
4
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
5
}
6
repositories {
7
- maven { url 'https://repo.spring.io/plugins-release' }
+ maven { url 'https://repo.spring.io/plugins-snapshot' }
8
9
10
apply plugin: 'io.spring.convention.root'
0 commit comments