我按照官网的例子,导出了Nutzboot的demo,但是默认是maven构建的,我使用gradle init --type pom自动转换,提示错误,信息如下,哪位高手帮忙解决一下。本地gradle版本 V 4.1
C:\Users\Administrator\Desktop\nutzboot>gradle init --type pom
:wrapper UP-TO-DATE
:init
Maven to Gradle conversion is an incubating feature.
:init FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':init'.Could not convert Maven POM C:\Users\Administrator\Desktop\nutzboot\pom.xml to
a Gradle build.
> Unable to create Maven project model using POM C:\Users\Administrator\Deskt
op\nutzboot\pom.xml.
> java.lang.NullPointerException (no error message)Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 1.955 secs