Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/diff-row-gene…
Browse files Browse the repository at this point in the history
…rator-cleanup
  • Loading branch information
petertrr committed Dec 18, 2021
2 parents 7fe0348 + dce5b9e commit e460393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ val jvmTestTask by tasks.named<KotlinJvmTest>("jvmTest") {
val jacocoTestReportTask by tasks.register<JacocoReport>("jacocoTestReport") {
executionData(jvmTestTask.extensions.getByType(JacocoTaskExtension::class.java).destinationFile)
additionalSourceDirs(kotlin.sourceSets["commonMain"].kotlin.sourceDirectories)
classDirectories.setFrom(file("$buildDir/classes/kotlin/jvm"))
classDirectories.setFrom(file("$buildDir/classes/kotlin/jvm/main"))
reports {
xml.required.set(true)
html.required.set(true)
Expand Down

0 comments on commit e460393

Please sign in to comment.