-
Notifications
You must be signed in to change notification settings - Fork 68
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
Use burningwave lib to export javac packages from module #139
Conversation
Note that Burningwave does not seem to support aarch64, so this would now work for folks with arm linux laptops and m1 macbooks etc. |
The burningwave lib feels a bit like overkill for this, and forking the plugin is more flexible, closing this and going with #140 |
At least this little part worked fine with an aarch64 JDK. |
Will dig into this a bit further. |
Trying to get some more clues on how this works and when/if it might break burningwave/jvm-driver#2 |
If I change |
Went with forking. #140 |
Attempt to solve the problem of running the plugin with Java 17, but without forking to add JVM args.
Could try hiding this behind a setting as a start, in case it causes problems....