From e4d95c037b1a8c639a99d33c9e731851c9b92460 Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Mon, 21 Aug 2023 17:40:50 +0200 Subject: [PATCH] ci: update release configuration --- jreleaser.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jreleaser.json b/jreleaser.json index 15144950..79a66a6c 100644 --- a/jreleaser.json +++ b/jreleaser.json @@ -35,6 +35,15 @@ }, "distributions": { + "classfile-fingerprint": { + "type": "SINGLE_JAR", + "stereotype": "CLI", + "artifacts": [ + { + "path": "classfile-fingerprint/target/{{distributionName}}-{{projectVersion}}.jar" + } + ] + }, "watchdog-agent": { "type": "SINGLE_JAR", "stereotype": "CLI",