Skip to content

Commit ba05d73

Browse files
authored
Updated temporal-sdk to 0.29.1 (#43)
1 parent 24664a1 commit ba05d73

5 files changed

Lines changed: 3 additions & 8 deletions

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
dependencies {
33-
implementation group: 'io.temporal', name: 'temporal-sdk', version: '0.29.0'
33+
implementation group: 'io.temporal', name: 'temporal-sdk', version: '0.29.1'
3434
implementation group: 'commons-configuration', name: 'commons-configuration', version: '1.10'
3535
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
3636

@@ -55,6 +55,7 @@ license {
5555
header rootProject.file('license-header.txt')
5656
}
5757

58+
// Executes most of the hello workflows as a sanity check
5859
task runHello {
5960
doLast {
6061
// Cron and Periodic are not in the list as they take long time to stop

gradle/wrapper/gradle-wrapper.jar

-208 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)