gradle 常碰到的问题

build不下去。

mvn dependency::tree — you’re probably missing some dependencies.

Locate the dependencies you’re missing with mvn dependency::tree, then install them manually, and build your project with the -o (offline) option.

mvn clean install -U