mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-25 04:17:59 +01:00
Bump jacoco dependency to 0.8.8
With jacoco 0.8.7 and JDK 17, tests show a java.lang.instrument.IllegalClassFormatException
This commit is contained in:
parent
1d5cc1c111
commit
52654af2aa
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ allprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
jacoco {
|
jacoco {
|
||||||
toolVersion = "0.8.7"
|
toolVersion = "0.8.8"
|
||||||
}
|
}
|
||||||
|
|
||||||
jacocoTestReport {
|
jacocoTestReport {
|
||||||
|
|
Loading…
Reference in a new issue