Skip to content

Commit

Permalink
Fixed JacocoTestReport for sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
anawrotsoldevelo committed Nov 28, 2023
1 parent 29b3a34 commit 36d3334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jacocoTestReport {
csv.enabled false
}

additionalSourceDirs = files(sourceSets.main.allJava.srcDirs)
additionalSourceDirs(files(sourceSets.main.allJava.srcDirs))
}

checkstyle {
Expand Down

0 comments on commit 36d3334

Please sign in to comment.