didi / booster

🚀Optimizer for mobile applications
https://booster.johnsonlee.io
Apache License 2.0
4.83k stars 575 forks source link

V5 版本 AGP8 alpha2版本报错 #439

Open shengbo1992 opened 7 months ago

shengbo1992 commented 7 months ago

Please provide the following informations. 在使用 V5版本的的时候 alpha2的版本,直接报错 def booster_version = "5.0.0-alpha2" // classpath "com.didiglobal.booster:booster-gradle-plugin:${booster_version}" classpath "com.didiglobal.booster:booster-task-compression-cwebp:$booster_version"

image

而 beta1 确可以编译通过,查了一下,是这里报错了。 image 找不到task

FAILURE: Build failed with an exception.

CONFIGURE FAILED in 1s

shengbo1992 commented 7 months ago

应该跟这次提交有关系 image