-
Notifications
You must be signed in to change notification settings - Fork 47
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
AntlrKotlinTask is not compatible with Gradle 8.12 #201
Comments
Thank you for reporting this. We may specify which versions of gradle we support. |
I am also running into this issue |
We may want to look into https://gradletest.ysb33r.org/gradletest/ to ensure the gradle plugin works with multiple versions of Gradle |
This is strange as the method causing the exception seems to be still there in the gradle codebase: https://github.com/gradle/gradle/blob/93844251a39b463e0d03b2b2853ae3acbca8bf50/subprojects/core/src/main/java/org/gradle/process/internal/JavaExecHandleBuilder.java#L462 |
And the ANTLR plugin (shipped with Gradle) keep using that call exactly as before: |
In Gradle 8.12, the
|
Oh, good point @fcavro . I guess we could call the method through reflection |
Release 1.0.2 is on its way, as this seems a problem worth to be solved asap |
Perfect, thanks @ftomassetti |
When using AntlrKotlinTask in a Gradle 8.12 project I run into the following exception:
The text was updated successfully, but these errors were encountered: