Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
WinningBean committed Apr 6, 2020
1 parent 5768b59 commit a1d266a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ task frontCopy {
}
exec {
workingDir "${projectDir}"
commandLine "cp", "-r", "frontend/build/", "build/resources/main/static/"
commandLine "cp", "-r", "frontend/build/.", "build/resources/main/static/."
}
}
}
Expand Down

0 comments on commit a1d266a

Please sign in to comment.