From 643c2ae42f0129422920cad684bb7d830bf5b900 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Wed, 15 May 2024 12:25:05 +0400 Subject: [PATCH] Corrected after review --- README.md | 1 + build.gradle | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e7436ab..eb788498 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,7 @@ spec: + Updated common: `5.11.0-dev` + Updated common-utils: `2.2.3-dev` + Updated cradle api: `5.3.0-dev` ++ Updated grpc-data-provider: `0.2.0-dev` ## 5.10.0 + Updated cradle api: `5.2.0-dev` diff --git a/build.gradle b/build.gradle index 8f944112..bb80663e 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation "com.exactpro.th2:cradle-cassandra:${cradleVersion}" - implementation 'com.exactpro.th2:grpc-data-provider:0.1.8' + implementation 'com.exactpro.th2:grpc-data-provider:0.2.0-dev' implementation 'io.github.microutils:kotlin-logging:3.0.5' @@ -85,7 +85,6 @@ tasks.withType(KotlinCompile).configureEach { } application { - applicationName = 'service' mainClassName = "com.exactpro.th2.rptdataprovider.MainKt" }