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 11# gradle-pitest-plugin changelog
22
3- ## 1.3.0 - Unreleased
3+ ## 1.3.0 - 2018-01-27
44
55 - Support for test plugin selection in PIT (e.g. JUnit 5) - #76 - PR by [ Christoph Sturm] ( https://github.com/christophsturm )
66 - Support for excludedTestClasses parameter in PIT - #75
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add gradle-pitest-plugin to the `plugins` configuration in your `build.gradle` f
1616
1717``` groovy
1818plugins {
19- id 'info.solidsoft.pitest' version '1.2.4 '
19+ id 'info.solidsoft.pitest' version '1.3.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.2.4 '
51+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.3.0 '
5252 }
5353}
5454```
@@ -138,7 +138,7 @@ buildscript {
138138 mavenCentral()
139139 }
140140 dependencies {
141- classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.2.4 '
141+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.3.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.2.4 '
219+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.3.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.2.4 '
241+ classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.3.0 '
242242 pitest 'org.pitest:pitest-junit5-plugin:0.3'
243243 }
244244}
You can’t perform that action at this time.
0 commit comments