Skip to content

Commit ba2ea22

Browse files
authored
chore: fix build script (#741)
1 parent d4bd822 commit ba2ea22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ tasks {
113113

114114

115115
jacocoTestReport {
116+
dependsOn(compileJava, compileKotlin, processResources)
116117
reports {
117118
html.required = true
118119
xml.required = true

0 commit comments

Comments
 (0)