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 3eca075 commit 6e9a6e8Copy full SHA for 6e9a6e8
azuremanaged/client/build.gradle
@@ -14,8 +14,6 @@ plugins {
14
id 'signing'
15
}
16
17
-group 'com.microsoft'
18
-version = '1.5.0'
19
archivesBaseName = 'durabletask-azuremanaged-client'
20
21
def grpcVersion = '1.59.0'
azuremanaged/shared/build.gradle
@@ -4,8 +4,6 @@ plugins {
4
id 'idea'
5
6
7
8
9
archivesBaseName = 'durabletask-azuremanaged-shared'
10
11
azuremanaged/worker/build.gradle
archivesBaseName = 'durabletask-azuremanaged-worker'
0 commit comments