projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
effe93c
)
Update pitest and jacoco plugin
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 25 May 2017 12:00:39 +0000
(14:00 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 25 May 2017 12:00:39 +0000
(14:00 +0200)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
17ff719
..
c50e7ad
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-6,7
+6,7
@@
buildscript {
mavenCentral()
}
dependencies {
- classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.1.1
0
'
+ classpath group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.1.1
1
'
classpath group: 'org.jetbrains.kotlin', name: 'kotlin-gradle-plugin', version: '1.1.2'
}
}
@@
-77,7
+77,7
@@
javadoc {
apply plugin: 'jacoco'
jacoco {
- toolVersion = '0.7.
7.201606060606
'
+ toolVersion = '0.7.
9
'
}
jacocoTestReport.dependsOn test