Skip to content

Commit

Permalink
Corrected after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed May 15, 2024
1 parent 367280a commit 643c2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -85,7 +85,6 @@ tasks.withType(KotlinCompile).configureEach {
}

application {
applicationName = 'service'
mainClassName = "com.exactpro.th2.rptdataprovider.MainKt"
}

Expand Down

0 comments on commit 643c2ae

Please sign in to comment.