Skip to content

Commit 4d023bd

Browse files
committed
fix webAppDirectory
1 parent e26ddf1 commit 4d023bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/spring-boot/templates/gradle/war.gradle.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bootWar {
2828

2929
war {
3030
<%_ if (!skipClient) { _%>
31-
webAppDirectory = "<%= locals.clientDistDir %>"
31+
webAppDirectory = file("<%= locals.clientDistDir %>")
3232
webXml = file("${project.rootDir}/<%= locals.clientSrcDir %>WEB-INF/web.xml")
3333
<%_ } _%>
3434
enabled = true

0 commit comments

Comments
 (0)