fix(build): missing /gc and /dump folder at root level

This commit is contained in:
RouxAntoine 2024-10-06 23:19:42 +02:00
parent 7ab0358432
commit 8e26e2658d
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
3 changed files with 4 additions and 0 deletions

View File

@ -123,6 +123,10 @@
</container>
<extraDirectories>
<paths>
<path>
<from>src/main/resources/jib</from>
<into>/</into>
</path>
<path>
<from>src/main/resources</from>
<into>/certificates</into>