Skip to content

Commit 0b17728

Browse files
Remove springBootVersion from build.gradle
Remove it in favor of the property in gradle.properties
1 parent e7b8941 commit 0b17728

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ buildscript {
33
releaseBuild = version.endsWith('RELEASE')
44
snapshotBuild = version.endsWith('SNAPSHOT')
55
milestoneBuild = !(releaseBuild || snapshotBuild)
6-
7-
springBootVersion = '3.0.0-SNAPSHOT'
86
}
97

108
repositories {

0 commit comments

Comments
 (0)