Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
add codyze-plugins to code-coverage-report dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Jan 29, 2024
1 parent fbf5cf8 commit bcc78b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code-coverage-report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dependencies {
jacocoAggregation(projects.codyzeCore)
jacocoAggregation(projects.codyzeSpecificationLanguages.coko.cokoCore)
jacocoAggregation(projects.codyzeSpecificationLanguages.coko.cokoDsl)
jacocoAggregation(projects.codyzePlugins)
}

tasks.check {
Expand Down

0 comments on commit bcc78b3

Please sign in to comment.