-
Hello:
I am using gradle 7.4.2, AspectjGradlePlugin 0.0.7, openJDK 17 , aspectjVersion 1.9.9.1,
got an error:
A problem occurred configuring root project 'demo'.
> Could not find method …
-
_Migrated from Google Code (issue 812)_
-
I created a sample project that integrated lombok + mapstruct + gradle + STS (with buildship plugin). The sample project is located at https://github.com/thekalinga/gradle-apt-plugin-eclipse-issue
…
-
This issue is used to track some comments/progress ideas about making JDT-LS pass with Javac.
The reference job is https://ci.eclipse.org/ls/job/jdt-ls-javac/
Most tests unlisted here require fixe…
-
**Describe the bug**
Lombok visitor handler class lombok.javac.handlers.HandleVal failed: java.lang.NullPointerException is present when building a project in latest Android Studio 4.2.
**To Repro…
-
项目转换成Androidx后,lombok文件出现错误
java.lang.IllegalStateException: Transformation hasn't been executed yet
at org.gradle.api.internal.artifacts.transform.TransformInfo.getFailure(TransformInfo.java:88)
…
-
**Describe the bug**
When using Java 21 to compile a project that has set source and target compatibility to 17 in gradle, and compiling this Java code, the Java compiler encounters a NullPointerExce…
-
记录一下在 SpringBoot 2 中使用 Gradle 整合 QueryDSL 以配合 JPA 查询。
> Java 17
> SpringBoot 2.7.7
> Gradle 7.6
> QueryDSL Version 5.0.0
最终目的是提供两个 Restful API:
* `/` 路由提供用户列表
* `/{id}` 路由提供用户详情
## 重点
…
-
Opening a project that has several files using lombok annotations will result in many errors displayed in the "Problems" tab.
Clicking on one of the errors, which opens the file will resolve the erro…
-
I have a mixed Java + Kotlin project where the java code uses some lombok annotations. None of the kotlin code depends on these lombok annotations, so with maven and gradle things compile fine (kotlin…