diff --git a/htmlSanityCheck-gradle-plugin/build.gradle b/htmlSanityCheck-gradle-plugin/build.gradle index d45c9305..09fdda19 100755 --- a/htmlSanityCheck-gradle-plugin/build.gradle +++ b/htmlSanityCheck-gradle-plugin/build.gradle @@ -53,6 +53,7 @@ dependencies { implementation gradleApi() implementation project(":htmlSanityCheck-core") + testImplementation libs.jsoup } /*