Skip to content

Commit 771f390

Browse files
author
borisov
committed
examples update 1.0.2
1 parent cce645b commit 771f390

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sourceCompatibility = JavaVersion.VERSION_11
1212
targetCompatibility = JavaVersion.VERSION_11
1313

1414
ext {
15-
grpcClientVersion = "1.0.0"
15+
grpcClientVersion = "1.0.2"
1616
}
1717

1818
configurations {
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
grpc.address: localhost:6565
2-
grpc.worker-id: exampleWorker
3-
grpc.use-priority: true
4-
grpc.lock-duration: 5000
5-
grpc.auto-start: true
1+
grpc.address=localhost:6565
2+
grpc.worker-id=exampleWorker
3+
grpc.use-priority=true
4+
grpc.lock-duration=5000
5+
grpc.auto-start=true
6+
grpc.max-tasks=1
7+
grpc.async=true
8+
9+
logging.level.root=info

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sourceCompatibility = JavaVersion.VERSION_11
1111
targetCompatibility = JavaVersion.VERSION_11
1212

1313
ext {
14-
grpcServerVersion = "1.0.0"
14+
grpcServerVersion = "1.0.2"
1515
camundaVersion = "7.12.0"
1616
camundaSpringBootVersion = "3.4.0"
1717
camundaLoggingVersion = "1.9.0"

0 commit comments

Comments
 (0)