将Maven工程转换成Gradle工程

1、拷贝gradlew文件及gradle文件夹到当前目录;

2、执行./gradlew init --type pom --info

原文地址:https://www.cnblogs.com/albert1017/p/13210844.html