Skip to content

Commit e6a6f18

Browse files
committed
Update version 2.2.4 -> 2.2.5
[ci-skip-build]
1 parent a3de4e9 commit e6a6f18

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Update `build.gradle.kts`
2727

2828
```gradle
2929
plugins {
30-
id("com.coditory.integration-test") version "2.2.4"
30+
id("com.coditory.integration-test") version "2.2.5"
3131
}
3232
3333
dependencies {
@@ -50,7 +50,7 @@ See a [project](https://github.com/coditory/gradle-integration-test-plugin-sampl
5050
// build.gradle.kts
5151
plugins {
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
5656
dependencies {
@@ -72,7 +72,7 @@ tasks.withType<Test> {
7272
// build.gradle
7373
plugins {
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
7878
dependencies {
@@ -93,7 +93,7 @@ tasks.withType(Test) {
9393
// build.gradle.kts
9494
plugins {
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
9999
dependencies {
@@ -115,7 +115,7 @@ tasks.withType<Test> {
115115
// build.gradle.kts
116116
plugins {
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
121121
dependencies {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=2.2.4
1+
version=2.2.5
22
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)