We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jdk11编译 @generated报错。需要 javax.annotation
创建一份错误报告需要您填写以下内容:
清晰、准确地概述所遇到的问题。 jdk11编译 @generated报错
复现问题的步骤。
按 https://weidentity.readthedocs.io/zh-cn/release-1.8.4/docs/weidentity-sample-tryit.html clone, gradle-6.5.1 build -x test
描述您所期望的返回结果和实际的返回结果。 期望编译成功 出现 @generated报错
build.gradle需要 implementation group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
jdk11编译 @generated报错。需要 javax.annotation
创建一份错误报告需要您填写以下内容:
概述
清晰、准确地概述所遇到的问题。
jdk11编译 @generated报错
复现
复现问题的步骤。
按 https://weidentity.readthedocs.io/zh-cn/release-1.8.4/docs/weidentity-sample-tryit.html
clone,
gradle-6.5.1 build -x test
期望结果与实际结果
描述您所期望的返回结果和实际的返回结果。
期望编译成功
出现 @generated报错
build.gradle需要 implementation group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'
环境
其他内容
配置文件
日志文件
The text was updated successfully, but these errors were encountered: