Skip to content

Commit

Permalink
examples update 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
borisov committed May 8, 2020
1 parent cce645b commit 771f390
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

ext {
grpcClientVersion = "1.0.0"
grpcClientVersion = "1.0.2"
}

configurations {
Expand Down
14 changes: 9 additions & 5 deletions client/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
grpc.address: localhost:6565
grpc.worker-id: exampleWorker
grpc.use-priority: true
grpc.lock-duration: 5000
grpc.auto-start: true
grpc.address=localhost:6565
grpc.worker-id=exampleWorker
grpc.use-priority=true
grpc.lock-duration=5000
grpc.auto-start=true
grpc.max-tasks=1
grpc.async=true

logging.level.root=info
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

ext {
grpcServerVersion = "1.0.0"
grpcServerVersion = "1.0.2"
camundaVersion = "7.12.0"
camundaSpringBootVersion = "3.4.0"
camundaLoggingVersion = "1.9.0"
Expand Down

0 comments on commit 771f390

Please sign in to comment.