diff --git a/build.gradle b/build.gradle index 5689f0f6..10aec02a 100644 --- a/build.gradle +++ b/build.gradle @@ -660,12 +660,12 @@ subprojects { }else{ def tree = fileTree('dist') { include '**/*.*' - exclude '**/webjars/**/*.*' - exclude "public/${project.name}/configure.js" - exclude "public/${project.name}/favicon.svg" - exclude "public/${project.name}/index.html" - exclude "public/${project.name}/login-bg.jpg" - exclude "public/${project.name}/logo.svg" +// exclude '**/webjars/**/*.*' +// exclude "public/${project.name}/configure.js" +// exclude "public/${project.name}/favicon.svg" +// exclude "public/${project.name}/index.html" +// exclude "public/${project.name}/login-bg.jpg" +// exclude "public/${project.name}/logo.svg" } tree.each { File file -> resources.add(file.absolutePath.substring(dirPath.length()));