microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

release durabletask-azure-functions 1.0.1 #99

Closed kaibocai closed 1 year ago

kaibocai commented 1 year ago

Issue describing the changes in this PR

Pull request checklist

Additional information

Release durabletask-azure-functions 1.0.1

cgillum commented 1 year ago

@kaibocai isn't there another change we need to make, such as changing the build dependencies?

Also, since we're making a new release anyways, can we also approve and merge this PR, which has an important JavaDoc fix? https://github.com/microsoft/durabletask-java/pull/98

kaibocai commented 1 year ago

I am adding the missing compileOnly dependency to the pom file generated by gradle manually, just as I did for durabletask-client. I will update the gradle file to using script to generate the compileOnly dependency in the pom file.