Remove springBootVersion from build.gradle

Remove it in favor of the property in gradle.properties
This commit is contained in:
Marcus Da Coregio
2023-06-07 15:53:23 -03:00
parent e7b8941c60
commit 0b17728e70

View File

@@ -3,8 +3,6 @@ buildscript {
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')
milestoneBuild = !(releaseBuild || snapshotBuild)
springBootVersion = '3.0.0-SNAPSHOT'
}
repositories {