当前使用版本(必填,否则不予处理)
github上3.0分支
该问题是如何引起的?(确定最新版也有问题再提!!!)
编译错误,未知问题引发编译错误
重现步骤(如果有就写完整)
操作系统macos git clone 拉取代码后 执行 ./gradlew clean build
报错信息
3 errors
7 warnings
> Task :mybatis-plus-extension:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':mybatis-plus-extension:compileJava'.
> Compilation failed; see the compiler error output for details.
* 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 1m 20s
能否在readme上描述一下如何编译源码? 是否是我的操作姿势不对?
Comment From: qingmo
使用gitee上最新代码版本,编译成功。