Skip to content

Commit

Permalink
try HL runner
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Nov 12, 2024
1 parent 8ab8e73 commit c5bafc1
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,32 +96,10 @@ subprojects {
// it is disabled by default to publish original version by CI, not a fat jar
tasks.shadowJar.enabled = false

// task jacocoTestReport(type: JacocoReport) {
// executionData fileTree(project.rootDir.absolutePath).include("**/build/jacoco/*.exec")

// def sourceDirs = [
// "${project.projectDir}/src/main/java",
// "${project.projectDir}/src/main/kotlin",
// "${project.projectDir}/src/debug/java",
// "${project.projectDir}/src/debug/kotlin"
// ]
// sourceDirectories.from = files(sourceDirs)

// reports {
// xml.required = true
// html.required = true
// }
// }

test {
useJUnitPlatform()
}

// jacoco {
// toolVersion = "0.8.8"
// reportsDirectory = file("$buildDir/reports/")
// }

jacocoTestReport {
reports {
xml.required = true
Expand All @@ -145,7 +123,6 @@ subprojects {
}
property "sonar.java.test.binaries", "${project.projectDir}/build/test-results/test/binary"
property "sonar.junit.reportPaths", "${project.projectDir}/build/test-results/test/"
//property "sonar.coverage.jacoco.xmlReportPaths", "${project.projectDir}/build/reports/jacocoTestReport/*.xml"
}
}
}
Expand Down

0 comments on commit c5bafc1

Please sign in to comment.