File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sourceCompatibility = JavaVersion.VERSION_11
1212targetCompatibility = JavaVersion . VERSION_11
1313
1414ext {
15- grpcClientVersion = " 1.0.0 "
15+ grpcClientVersion = " 1.0.2 "
1616}
1717
1818configurations {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sourceCompatibility = JavaVersion.VERSION_11
1111targetCompatibility = JavaVersion . VERSION_11
1212
1313ext {
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"
You can’t perform that action at this time.
0 commit comments