Skip to content

Commit

Permalink
build(ctrlx): Fix some project dependency issues
Browse files Browse the repository at this point in the history
As reported by

    ./gradlew :plugins:reporters:ctrlx-reporter:projectHealth

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 8, 2024
1 parent 6ad7675 commit dd4c197
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/reporters/ctrlx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ plugins {

dependencies {
api(projects.reporter)
api(projects.utils.spdxUtils)
api(projects.model)

implementation(projects.model)
implementation(projects.utils.commonUtils)
implementation(projects.utils.spdxUtils)

implementation(libs.kotlinx.serialization.core)
implementation(libs.kotlinx.serialization.json)
Expand Down

0 comments on commit dd4c197

Please sign in to comment.