We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408c07b commit 1665643Copy full SHA for 1665643
1 file changed
Plan/common/build.gradle
@@ -184,6 +184,7 @@ tasks.register("copyYarnBuildResults") {
184
dependsOn bundle
185
doLast {
186
mkdir "$rootDir/common/build/resources/main/assets/plan/web"
187
+ delete "$rootDir/common/build/resources/main/assets/plan/web/static"
188
copy {
189
from "$rootDir/react/dashboard/build"
190
into "$rootDir/common/build/resources/main/assets/plan/web"
0 commit comments