Skip to content

Commit

Permalink
Fix missing jsoup (test) dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jun 23, 2024
1 parent 8e95b42 commit d0a9ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htmlSanityCheck-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies {

implementation gradleApi()
implementation project(":htmlSanityCheck-core")
testImplementation libs.jsoup
}

/*
Expand Down

0 comments on commit d0a9ecc

Please sign in to comment.