Skip to content

Commit

Permalink
Merge branch 'public-release/v1.2.0-223' into public-release/v1.2.0-231
Browse files Browse the repository at this point in the history
  • Loading branch information
KUGDev committed Apr 12, 2024
2 parents b0c3a76 + f0bb992 commit 20c7a1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ tasks {
)
}

koverHtmlReport {
finalizedBy("koverXmlReport")
}

val createOpenApiSourceJar by registering(Jar::class) {
// Java sources
from(sourceSets.main.get().java) {
Expand Down

0 comments on commit 20c7a1a

Please sign in to comment.