Skip to content

Commit 318240d

Browse files
author
Julien Ruaux
committed
build: Standardized JReleaser config
1 parent 3e3db6c commit 318240d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

jreleaser.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ project:
77
authors:
88
- Julien Ruaux
99
license: Apache-2.0
10+
java:
11+
groupId: com.redis
12+
version: 8
13+
multiProject: true
1014
inceptionYear: 2021
1115
tags:
1216
- 'kafka'
@@ -41,6 +45,10 @@ release:
4145
replacers:
4246
- search: 'deps: '
4347

48+
signing:
49+
active: ALWAYS
50+
armored: true
51+
4452
announce:
4553
slack:
4654
active: RELEASE
@@ -62,4 +70,7 @@ distributions:
6270
files:
6371
artifacts:
6472
- 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

Comments
 (0)