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 d30da5f commit cb8bc53Copy full SHA for cb8bc53
client/build.gradle
@@ -214,6 +214,15 @@ spotbugsTest {
214
}
215
216
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
+ }
226
227
signing {
228
gitRootSearch = true
0 commit comments