We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26ddf1 commit 4d023bdCopy full SHA for 4d023bd
generators/spring-boot/templates/gradle/war.gradle.ejs
@@ -28,7 +28,7 @@ bootWar {
28
29
war {
30
<%_ if (!skipClient) { _%>
31
- webAppDirectory = "<%= locals.clientDistDir %>"
+ webAppDirectory = file("<%= locals.clientDistDir %>")
32
webXml = file("${project.rootDir}/<%= locals.clientSrcDir %>WEB-INF/web.xml")
33
<%_ } _%>
34
enabled = true
0 commit comments