From 24f38946e77c42f2c5c960544a9f22b68da89e3a Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Thu, 18 Apr 2024 11:16:46 +0400 Subject: [PATCH] Migrated to th2-gradle-plugin 0.0.6 --- README.md | 2 +- build.gradle | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64b223242..9615cb318 100644 --- a/README.md +++ b/README.md @@ -513,7 +513,7 @@ dependencies { ### 5.11.0-dev -+ Migrated to the th2 gradle plugin: `0.0.5` (bom: `4.6.1`) ++ Migrated to the th2 gradle plugin: `0.0.6` (bom: `4.6.1`) + Updated: + grpc-common: `4.5.0-dev` + grpc-service-generator: `3.6.1` diff --git a/build.gradle b/build.gradle index b14a6aa44..0b51370e4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id "com.exactpro.th2.gradle.base" version "0.0.5" - id "com.exactpro.th2.gradle.publish" version "0.0.5" + id "com.exactpro.th2.gradle.base" version "0.0.6" + id "com.exactpro.th2.gradle.publish" version "0.0.6" id "org.jetbrains.kotlin.jvm" version "$kotlin_version" id 'org.jetbrains.kotlin.kapt' version "$kotlin_version" id "java-library" @@ -164,7 +164,6 @@ dependencies { because("system property tests") } - testFixturesImplementation(platform("com.exactpro.th2:bom:4.6.1")) testFixturesImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlin_version" testFixturesImplementation "org.junit.jupiter:junit-jupiter:$junitVersion" }