Update boot 2.5.0-M3
- Remove deprecated devtools settings - Fixes #939
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user