Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 980473d

Browse files
committed
Fix failing build issue in PR on JDK15
1 parent 0ad60dc commit 980473d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ sonarqube {
3737
}
3838
}
3939

40-
jacoco {
41-
toolVersion = "0.8.7.202012290703"
42-
}
43-
4440
subprojects {
4541
apply plugin: 'idea'
4642
apply plugin: 'jacoco'
@@ -92,6 +88,10 @@ subprojects {
9288
}
9389
}
9490

91+
jacoco {
92+
toolVersion = "0.8.7.202012290703"
93+
}
94+
9595
jacocoTestReport {
9696
reports {
9797
xml.enabled = true

0 commit comments

Comments
 (0)