Skip to content

Commit

Permalink
toVersion-1*
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Sep 23, 2024
1 parent 134f981 commit 52294b6
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 = toVersion
javaVersion = toVersion - 1
}

tasks.jar {
Expand Down

0 comments on commit 52294b6

Please sign in to comment.