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

Cannot use ECJ 3.36.0 to compile Java 17 sources #27

Closed
UdoW opened this issue Feb 6, 2024 · 2 comments
Closed

Cannot use ECJ 3.36.0 to compile Java 17 sources #27

UdoW opened this issue Feb 6, 2024 · 2 comments
Assignees
Labels
a:bug Something isn't working was:invalid This doesn't seem right

Comments

@UdoW
Copy link

UdoW commented Feb 6, 2024

I set in my build.gradle the ECJ version to 3.36.0 to use it for compiling Java 17 source files.

I get this error:

$ ./gradlew build

> Task :compileJava FAILED
source level should be comprised in between '1.3' and '1.8' (or '5', '5.0', ..., '8' or '8.0'): 17

Is compiling Java 17 source code not possible?

@TheMrMilchmann TheMrMilchmann self-assigned this Feb 6, 2024
@TheMrMilchmann
Copy link
Owner

Hi @UdoW, could you please share your build script or, ideally, an MCVE?

@TheMrMilchmann TheMrMilchmann added a:bug Something isn't working is:awaiting-response Waiting for reporter/contributer to comment labels Feb 7, 2024
@TheMrMilchmann TheMrMilchmann added was:invalid This doesn't seem right and removed is:awaiting-response Waiting for reporter/contributer to comment labels May 1, 2024
@TheMrMilchmann
Copy link
Owner

TheMrMilchmann commented May 1, 2024

Closing as I cannot reproduce this issue and did not receive an MCVE.

@TheMrMilchmann TheMrMilchmann closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:bug Something isn't working was:invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants