Skip to content

Commit 3d09cfb

Browse files
committed
wip
1 parent ccb735d commit 3d09cfb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

build.gradle

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ task buildH3(type: Exec) {
7272
h3GithubArtifactsUse, h3GithubArtifactsByRun
7373
}
7474
dependsOn compileJava
75+
outputs.dir("${projectDir}/src/main/resources")
76+
}
77+
78+
processResources {
79+
dependsOn buildH3
80+
}
81+
82+
test {
83+
dependsOn processResources
84+
// finalizedBy jacocoTestReport
7585
}
7686

7787
// spotless {
@@ -95,10 +105,6 @@ coveralls {
95105
jacocoReportPath 'build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml'
96106
}
97107

98-
test {
99-
dependsOn buildH3
100-
}
101-
102108
jar {
103109
dependsOn buildH3
104110
from sourceSets.main.resources

0 commit comments

Comments
 (0)