Use WebpSanitizer.

This commit is contained in:
Cody Henthorne
2024-01-17 09:42:32 -05:00
committed by Greyson Parrelli
parent debf964b5f
commit 15afaeabe3
56 changed files with 32 additions and 936 deletions
-2
View File
@@ -100,8 +100,6 @@ task("qa") {
tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
// Because gradle is weird, we delete here for glide-webp/lib project so the clean tasks there doesn"t barf
delete(fileTree("glide-webp/lib/.cxx"))
}
task("format") {