Skip to content

Commit b83de9e

Browse files
committed
Release version: 1.4.0
[ci skip] Powered by CDeliveryBoy.
1 parent 6f50397 commit b83de9e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gradle-pitest-plugin changelog
22

3-
## 1.4.0 - Unreleased
3+
## 1.4.0 - 2019-01-26
44

55
- Basic Java 11 support verified with CI build (requires PIT 1.4.1+)- [#86](https://github.com/szpak/CDeliveryBoy/issues/#86), [#81](https://github.com/szpak/CDeliveryBoy/issues/#81)
66
- Improve `pitest` task caching with @Classpath - [#93](https://github.com/szpak/CDeliveryBoy/issues/#93)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add gradle-pitest-plugin to the `plugins` configuration in your `build.gradle` f
1616

1717
```groovy
1818
plugins {
19-
id 'info.solidsoft.pitest' version '1.3.0'
19+
id 'info.solidsoft.pitest' version '1.4.0'
2020
}
2121
```
2222

@@ -48,7 +48,7 @@ buildscript {
4848
//maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
4949
}
5050
dependencies {
51-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.3.0'
51+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0'
5252
}
5353
}
5454
```
@@ -138,7 +138,7 @@ buildscript {
138138
mavenCentral()
139139
}
140140
dependencies {
141-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.3.0'
141+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0'
142142
(...)
143143
}
144144
}
@@ -216,7 +216,7 @@ buildscript {
216216
}
217217
configurations.maybeCreate('pitest')
218218
dependencies {
219-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.3.0'
219+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0'
220220
pitest 'org.pitest.plugins:pitest-fancy-plugin:0.0.1'
221221
}
222222
}
@@ -238,7 +238,7 @@ buildscript {
238238
}
239239
configurations.maybeCreate('pitest')
240240
dependencies {
241-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.3.0'
241+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0'
242242
pitest 'org.pitest:pitest-junit5-plugin:0.3'
243243
}
244244
}

0 commit comments

Comments
 (0)