commons-codec 生成加密器失败

2020-05-13  本文已影响0人  AndyXuuu

implementation("commons-codec:commons-codec:1.14") 这个会一直生成失败

IllegalArgumentException: Last encoded character (before the paddings if any) is a valid base 64 alphabet but not a possible value

//只能用1.10 1.09 1.08

implementation("commons-codec:commons-codec:1.10")

上一篇 下一篇

猜你喜欢

热点阅读