[hotfix] Include LICENSE in binary release

pull/3274/head
Qingsheng Ren 11 months ago
parent 5bde60b868
commit f2ccc45fb1

@ -32,6 +32,13 @@ limitations under the License.
<destName>flink-cdc-dist-${revision}.jar</destName>
<fileMode>0644</fileMode>
</file>
<!-- copy license -->
<file>
<source>../LICENSE</source>
<outputDirectory/>
<fileMode>0644</fileMode>
</file>
</files>
<fileSets>

Loading…
Cancel
Save