Skip to content

Commit 32751a2

Browse files
committed
Update to spring-build-conventions 0.0.2.BUILD-SNAPSHOT
1 parent eb6bd9b commit 32751a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
buildscript {
22
dependencies {
3-
classpath 'io.spring.gradle:spring-build-conventions:0.0.1.RELEASE'
3+
classpath 'io.spring.gradle:spring-build-conventions:0.0.2.BUILD-SNAPSHOT'
44
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
55
}
66
repositories {
7-
maven { url 'https://repo.spring.io/plugins-release' }
7+
maven { url 'https://repo.spring.io/plugins-snapshot' }
88
}
99
}
1010
apply plugin: 'io.spring.convention.root'

0 commit comments

Comments
 (0)