Skip to content

Commit 63485ff

Browse files
committed
build: add license file to release package
1 parent 4a4ec3f commit 63485ff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
File renamed without changes.

jreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ assemble:
3636
path: 'target/{{distributionName}}-{{projectVersion}}.jar'
3737
jars:
3838
- pattern: 'target/binary/lib/*.jar'
39+
fileSets:
40+
- input: '.'
41+
includes:
42+
- 'LICENSE'
3943

4044
nativeImage:
4145
jpm-native:

0 commit comments

Comments
 (0)