1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 17:14:51 +02: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:
Heiko Schaefer 2023-06-28 14:06:27 +02:00
parent 1d5cc1c111
commit 52654af2aa
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -103,7 +103,7 @@ allprojects {
}
jacoco {
toolVersion = "0.8.7"
toolVersion = "0.8.8"
}
jacocoTestReport {