Skip to content

Commit cb8bc53

Browse files
authored
Update build.gradle
Signed-off-by: salaboy <[email protected]>
1 parent d30da5f commit cb8bc53

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

client/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,15 @@ spotbugsTest {
214214
}
215215

216216
jreleaser {
217+
project {
218+
name = "durabletask-java"
219+
description = "This package contains classes and interfaces for building Durable Task orchestrations in Java."
220+
authors = ["Dapr"]
221+
tags = ['dapr']
222+
maintainers = ['Dapr']
223+
license = 'MIT'
224+
inceptionYear = "2025"
225+
}
217226

218227
signing {
219228
gitRootSearch = true

0 commit comments

Comments
 (0)