在idea中运行发送错误,报错如下,有大佬知道应该怎么解决吗?
11:17:22: Executing task ':application:classes'...
Task :buildSrc:extractPluginRequests UP-TO-DATE
Task :buildSrc:generatePluginAdapters UP-TO-DATE
Task :buildSrc:compileJava UP-TO-DATE
Task :buildSrc:compileGroovy NO-SOURCE
Task :buildSrc:compileGroovyPlugins UP-TO-DATE
Task :buildSrc:pluginDescriptors UP-TO-DATE
Task :buildSrc:processResources UP-TO-DATE
Task :buildSrc:classes UP-TO-DATE
Task :buildSrc:jar UP-TO-DATE
Task :application:bootBuildInfo
Task :application:generateGitProperties FAILED
Task :api:generateEffectiveLombokConfig FAILED
Task :application:generateEffectiveLombokConfig FAILED
11 actionable tasks: 4 executed, 7 up-to-date
FAILURE: Build completed with 3 failures.
1: Task failed with an exception.
- What went wrong:
Execution failed for task ':application:generateGitProperties'.
Error while evaluating property 'generatedProperties' of task ':application:generateGitProperties'.
No Git repository found.
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.
==============================================================================
2: Task failed with an exception.
- What went wrong:
Execution failed for task ':api:generateEffectiveLombokConfig'.
java.nio.charset.MalformedInputException: Input length = 1
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.
==============================================================================
3: Task failed with an exception.
- What went wrong:
Execution failed for task ':application:generateEffectiveLombokConfig'.
java.nio.charset.MalformedInputException: Input length = 1
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.
==============================================================================
BUILD FAILED in 1s
11:17:23: Task execution finished ':application:classes'.