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:
parent
15e4986f3f
commit
396c84d6a2
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user