Update boot 2.5.0-M3

- Remove deprecated devtools settings
- Fixes #939
This commit is contained in:
Janne Valkealahti
2021-03-28 15:59:56 +01:00
parent c145b5665e
commit d93f8745a2

View File

@@ -1,7 +1,7 @@
buildscript {
ext {
log4jVersion = '1.2.17'
springBootVersion = '2.4.4'
springBootVersion = '2.5.0-M3'
eclipsePersistenceVersion = '2.1.1'
kryoVersion = '4.0.2'
springCloudClusterVersion = '1.0.2.RELEASE'
@@ -554,9 +554,6 @@ configure(sampleProjects()) {
testCompile("org.junit.jupiter:junit-jupiter-api")
testCompile("org.junit.jupiter:junit-jupiter-engine")
}
bootJar {
excludeDevtools = false
}
build.dependsOn bootJar
}