Skip to content

Commit

Permalink
try suggestion 12
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
  • Loading branch information
BAStos525 committed Oct 15, 2024
1 parent 5f0987c commit 8114d22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ subprojects {
apply plugin: 'org.jetbrains.kotlin.jvm'
apply plugin: 'org.jmailen.kotlinter'
apply plugin: 'com.github.johnrengelman.shadow'
// apply plugin: 'jacoco'

publishing {
publications {
Expand Down Expand Up @@ -123,6 +124,7 @@ task testCoverage(type: JacocoReport) {

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

Expand All @@ -135,6 +137,7 @@ sonar {
properties {
property "sonar.projectKey", "hyperledger:iroha-java"
property "sonar.host.url", "https://sonar.katana.soramitsu.co.jp"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.projectName", "${project.group}:${rootProject.name}.${project.name}"
property "sonar.sources", "${project.projectDir}/src/main/java"
property "sonar.tests", "${project.projectDir}/src/test"
Expand Down

0 comments on commit 8114d22

Please sign in to comment.