File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ choose **Gradle** and then click **Next**->**Finish**.
4747
4848Run Temporal Server using Docker Compose:
4949
50- curl -L https://github.com/temporalio/temporal/releases/download/v0.27.0 /docker.tar.gz | tar -xz --strip-components 1 docker/docker-compose.yml
50+ curl -L https://github.com/temporalio/temporal/releases/latest/download /docker.tar.gz | tar -xz --strip-components 1 docker/docker-compose.yml
5151 docker-compose up
5252
5353If this does not work, see the instructions for running Temporal Server at https://github.com/temporalio/temporal/blob/master/README.md .
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ repositories {
3030}
3131
3232dependencies {
33- implementation group : ' io.temporal' , name : ' temporal-sdk' , version : ' 0.27 .0'
33+ implementation group : ' io.temporal' , name : ' temporal-sdk' , version : ' 0.28 .0'
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
@@ -78,4 +78,4 @@ task runHello {
7878 }
7979 }
8080 }
81- }
81+ }
You can’t perform that action at this time.
0 commit comments