Skip to content

Commit 0014ee0

Browse files
committed
Release version: 1.4.6
[ci skip] Powered by CDeliveryBoy.
1 parent c101c90 commit 0014ee0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.6 - Unreleased
3+
## 1.4.6 - 2019-12-15
44

55
- Support for includedTestMethods (PIT 1.3.2) - [#79](https://github.com/szpak/gradle-pitest-plugin/issues/79)
66
- Support for useClasspathJar (PIT 1.4.2) - [#92](https://github.com/szpak/gradle-pitest-plugin/issues/92)

README.md

Lines changed: 4 additions & 4 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.4.5'
19+
id 'info.solidsoft.pitest' version '1.4.6'
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.4.5'
51+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6'
5252
}
5353
}
5454
```
@@ -131,7 +131,7 @@ buildscript {
131131
mavenCentral()
132132
}
133133
dependencies {
134-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5'
134+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6'
135135
(...)
136136
}
137137
}
@@ -210,7 +210,7 @@ buildscript {
210210
}
211211
configurations.maybeCreate('pitest')
212212
dependencies {
213-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5'
213+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6'
214214
pitest 'org.pitest:pitest-junit5-plugin:0.8'
215215
}
216216
}

0 commit comments

Comments
 (0)