An error occurred when I built through the wiki method, and I was prompted when I entered the .\gradlew jar
at the command prompt
> Task :generateEffectiveLombokConfig FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':generateEffectiveLombokConfig'.
> java.nio.charset.MalformedInputException: Input length = 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org```
我通过wiki的方法进行构建出现一个错误,在命令提示符输入 `.\gradlew jar` 时 提示
Task :generateEffectiveLombokConfig FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':generateEffectiveLombokConfig'.
java.nio.charset.MalformedInputException: Input length = 1
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
- Get more help at https://help.gradle.org```