Skip to content

Commit

Permalink
Migrated to th2-gradle-plugin 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Apr 18, 2024
1 parent bd52bc5 commit 24f3894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 24f3894

Please sign in to comment.