Skip to content

Commit

Permalink
更新 build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
penfeizhou committed Apr 8, 2024
1 parent 3d3d304 commit 515055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ task publishAWebPEncoder dependsOn(publishAWebP, publishGif, ":awebpencoder:publ
println "AWebP Encoder published"
}

task publishGlidePlugin dependsOn(publishAPNG, publishAWebP, publishGif, ":plugin_glide:publish") {
task publishGlidePlugin dependsOn(publishAPNG, publishAWebP, publishGif, publishAvif, ":plugin_glide:publish") {
println "GlidePlugin published"
}

Expand Down

0 comments on commit 515055f

Please sign in to comment.