File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Update `build.gradle.kts`
2727
2828``` gradle
2929plugins {
30- id("com.coditory.integration-test") version "2.2.4 "
30+ id("com.coditory.integration-test") version "2.2.5 "
3131}
3232
3333dependencies {
@@ -50,7 +50,7 @@ See a [project](https://github.com/coditory/gradle-integration-test-plugin-sampl
5050// build.gradle.kts
5151plugins {
5252 id("java")
53- id("com.coditory.integration-test") version "2.2.4 "
53+ id("com.coditory.integration-test") version "2.2.5 "
5454}
5555
5656dependencies {
@@ -72,7 +72,7 @@ tasks.withType<Test> {
7272// build.gradle
7373plugins {
7474 id "groovy"
75- id "com.coditory.integration-test" version "2.2.4 "
75+ id "com.coditory.integration-test" version "2.2.5 "
7676}
7777
7878dependencies {
@@ -93,7 +93,7 @@ tasks.withType(Test) {
9393// build.gradle.kts
9494plugins {
9595 kotlin("jvm") version "2.0.21"
96- id("com.coditory.integration-test") version "2.2.4 "
96+ id("com.coditory.integration-test") version "2.2.5 "
9797}
9898
9999dependencies {
@@ -115,7 +115,7 @@ tasks.withType<Test> {
115115// build.gradle.kts
116116plugins {
117117 kotlin("jvm") version "2.0.21"
118- id("com.coditory.integration-test") version "2.2.4 "
118+ id("com.coditory.integration-test") version "2.2.5 "
119119}
120120
121121dependencies {
Original file line number Diff line number Diff line change 1- version =2.2.4
1+ version =2.2.5
22org.gradle.configuration-cache =true
You can’t perform that action at this time.
0 commit comments