Skip to content
New issue

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

[FEATURE] Support for gradle, update error msg for unsupported compilers. #2336

Open
hyunuck opened this issue Jan 16, 2020 · 8 comments
Open
Labels
parked Without further feedback this bug cannot be processed. If no feedback is provided, we close these.

Comments

@hyunuck
Copy link

hyunuck commented Jan 16, 2020

It seems not support java13.

My compile failed with below message.

warning: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled. Your processor is: org.gradle.api.internal.tasks.compile.processing.IncrementalProcessingEnvironment Lombok supports: sun/apple javac 1.6, ECJ warning: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.

@rzwitserloot
Copy link
Collaborator

That's a gradle issue, has nothing to do with javac13. Renaming this issue..

@rzwitserloot rzwitserloot changed the title [FEATURE] Support for Java13 [FEATURE] Support for gradle, update error msg for unsupported compilers. Jan 17, 2020
@rspilker
Copy link
Collaborator

We have gradle specific code. What exact versions of lombok and gradle are you using?

@rspilker rspilker added the parked Without further feedback this bug cannot be processed. If no feedback is provided, we close these. label Jan 30, 2020
@Andromedids
Copy link

We (my friend and I) have the same problem. Gradle version: 6.1, lombok: 1.18.8

@bryan0515
Copy link

I'm seeing the same issue. Gradle version: 6.2, lombok 1.18.10, java 1.8.0_231

@rspilker
Copy link
Collaborator

rspilker commented Mar 5, 2020

I've tried to reproduce it using our docker images, both on jdk13 and jdk8.

I've use gradle 6.2.2, and in /workspace/classpath run gradle assemble.

There were no error messages, and class files were created.

So, I haven't been able to reproduce this. Can someone use the docker image and find out what's wrong with this test setup?

@rspilker rspilker added parked Without further feedback this bug cannot be processed. If no feedback is provided, we close these. and removed parked Without further feedback this bug cannot be processed. If no feedback is provided, we close these. labels Mar 5, 2020
@alexdefreitas99
Copy link

This is an issue with java 13, not with gradle

That's a gradle issue, has nothing to do with javac13. Renaming this issue..

That's a java issue!
i have tested with java 13 + gradle 6.2 and the problem ocurrs.
with java 11 + gradle 6.2 the problem not ocurrs.

@alexdefreitas99
Copy link

This is an issue with java 13, not with gradle

That's a gradle issue, has nothing to do with javac13. Renaming this issue..

That's a java issue!
i have tested with java 13 + gradle 6.2 and the problem ocurrs.
with java 11 + gradle 6.2 the problem not ocurrs.

@rspilker

@luca-filipponi
Copy link

I'm having the same issue, and looks like is based on the java version.
If Java version > 12 && lombok version > 1.18.6 I got this message:

You aren't using a compiler supported by lombok, so lombok will not work and has been disabled

I'm using Gradle 6.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parked Without further feedback this bug cannot be processed. If no feedback is provided, we close these.
Projects
None yet
Development

No branches or pull requests

7 participants