1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-14 23:54: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 committed by Paul Schaub
parent 4be2956469
commit eb7bb1bebe
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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