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

doesn't work with Java 17 or above #4

Open
greenwoodma opened this issue Nov 8, 2022 · 0 comments
Open

doesn't work with Java 17 or above #4

greenwoodma opened this issue Nov 8, 2022 · 0 comments

Comments

@greenwoodma
Copy link
Contributor

Partly due to stricter module encapsulation the plugin doesn't work with Java 17 and above (the latest I've had it working with is an EA version of Java 14).

Even if we open all the modules (this trick worked nicely https://dzone.com/articles/how-to-export-all-modules-to-all-modules-at-runtime-in-java) it still didn't work due to an issue with not being able to find a getClass() method on the script object. I'm guessing we need to upgrade the groovy version to something newer; note when I tried this I couldn't get the plugin to build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant