1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 01:43:22 +01:00

Included doc folder in the assembly zip (#2604)

Included doc folder in the assembly zip. ** wildcard indicates all the files in the current folder and all the files in the subfolders of the current folder.

Fixes #1645
This commit is contained in:
Tarek Nasser 2023-05-04 14:01:04 +03:00 committed by GitHub
parent 15e4986f3f
commit 396c84d6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -13,10 +13,11 @@
<scope>runtime</scope>
</dependencySet>
</dependencySets>
<fileSets> <!-- Include readme and license -->
<fileSets> <!-- Include docs, readme and license -->
<fileSet>
<directory>../</directory>
<includes>
<include>docs/**</include>
<include>README.md</include>
<include>LICENSE*</include>
</includes>

View File

@ -13,10 +13,11 @@
<scope>runtime</scope>
</dependencySet>
</dependencySets>
<fileSets> <!-- Include readme and license -->
<fileSets> <!-- Include docs, readme and license -->
<fileSet>
<directory>../</directory>
<includes>
<include>docs/**</include>
<include>README.md</include>
<include>LICENSE*</include>
</includes>