Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit d8007f6

Browse files
committed
Added artifact signing. Hopefuly the *.asc is getting published as well
Signed-off-by: Winarto Zhao <[email protected]>
1 parent 0e1e3ce commit d8007f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ publishing {
147147
from components.java
148148
artifact sourcesJar
149149
artifact scaladocJar
150+
artifact signing
150151
groupId "${project.group}"
151152
artifactId "${project.archivesBaseName}"
152153
version "${project.version}"

0 commit comments

Comments
 (0)