mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +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
4be2956469
commit
eb7bb1bebe
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ allprojects {
|
|||
}
|
||||
|
||||
jacoco {
|
||||
toolVersion = "0.8.7"
|
||||
toolVersion = "0.8.8"
|
||||
}
|
||||
|
||||
jacocoTestReport {
|
||||
|
|
Loading…
Reference in a new issue