Skip to content

Commit

Permalink
run coverage report on toVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Sep 23, 2024
1 parent 96e76e3 commit 134f981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ val coverageReport by tasks.registering(CoverageRunTask::class) {
apiJar.set(testJar.get().archiveFile.get().asFile)
classpath = coverage.runtimeClasspath
ctSym.set(genCtSym.get().ctSym)
javaVersion = testVersion
javaVersion = toVersion
}

tasks.jar {
Expand Down

0 comments on commit 134f981

Please sign in to comment.