We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3db6c commit 318240dCopy full SHA for 318240d
jreleaser.yml
@@ -7,6 +7,10 @@ project:
7
authors:
8
- Julien Ruaux
9
license: Apache-2.0
10
+ java:
11
+ groupId: com.redis
12
+ version: 8
13
+ multiProject: true
14
inceptionYear: 2021
15
tags:
16
- 'kafka'
@@ -41,6 +45,10 @@ release:
41
45
replacers:
42
46
- search: 'deps: '
43
47
48
+signing:
49
+ active: ALWAYS
50
+ armored: true
51
+
44
52
announce:
53
slack:
54
active: RELEASE
@@ -62,4 +70,7 @@ distributions:
62
70
files:
63
71
artifacts:
64
72
- path: target/generated-docs/{{projectName}}-{{projectVersion}}.pdf
65
- transform: '{{projectName}}-{{projectEffectiveVersion}}.pdf'
73
+ transform: '{{projectName}}-{{projectEffectiveVersion}}.pdf'
74
+ extraProperties:
75
+ skipChecksum: true
76
+ skipSigning: true
0 commit comments