Merge branch '3.3.x'
Closes gh-42714
This commit is contained in:
@@ -7,8 +7,6 @@ plugins {
|
||||
id "war"
|
||||
}
|
||||
|
||||
apply plugin: "io.spring.dependency-management"
|
||||
|
||||
java {
|
||||
sourceCompatibility = '17'
|
||||
targetCompatibility = '17'
|
||||
@@ -55,6 +53,7 @@ dependencies {
|
||||
compileOnly("org.eclipse.jetty.ee10:jetty-ee10-servlet")
|
||||
compileOnly("org.springframework:spring-web")
|
||||
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter")
|
||||
|
||||
app(files(resourcesJar))
|
||||
|
||||
Reference in New Issue
Block a user