Skip to content

Commit

Permalink
add necessary gradle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Jan 15, 2024
1 parent 78a8389 commit db140bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codyze-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repositories {
}

dependencies {
implementation(libs.clikt)
implementation(libs.sarif4k)
// https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs
// it is necessary to exclude saxon because of conflicts with same transitive dependency in PMD
Expand Down

0 comments on commit db140bb

Please sign in to comment.