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
0.9.56
JDK 21
MySQL
Mac
dto语言spec新增或者删除字段后编译没有触发对应的class的重编译
dto file能够正常被编译
比如有这样一个dto
specification BOMSpec implements Paged { productNo productType }
加入一部分内容后
specification BOMSpec implements Paged { productNo productType flat(bom) { flat(parentProduct) { productNo as parentProductNo } flat(componentProduct) { productNo as childProductNo } } }
通过./gradlew build -x test不会触发对应文件的重编译
此外ksp增量编译经常报错
kspcaches/main/symbollookups/id-to-file.tab] is already registered
所以目前gradle.properties里是把ksp的增量编关掉的
ksp.incremental=false
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
目前的技术体系无法解决,智能靠IDE插件体系优化体验
No branches or pull requests
Jimmer Version
0.9.56
JDK Version
JDK 21
Database
MySQL
OS
Mac
Expected behavior
dto语言spec新增或者删除字段后编译没有触发对应的class的重编译
Actual behavior
dto file能够正常被编译
Description
Reproduction steps
比如有这样一个dto
加入一部分内容后
通过./gradlew build -x test不会触发对应文件的重编译
此外ksp增量编译经常报错
所以目前gradle.properties里是把ksp的增量编关掉的
Generated SQL
No response
Relation Model
No response
Screenshots
No response
Logs
No response
The text was updated successfully, but these errors were encountered: