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

Use burningwave lib to export javac packages from module #139

Closed
wants to merge 4 commits into from

Conversation

klaraward
Copy link
Contributor

@klaraward klaraward commented Mar 7, 2022

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....

@danielnorberg
Copy link
Contributor

Note that Burningwave does not seem to support aarch64, so this would now work for folks with arm linux laptops and m1 macbooks etc.

@klaraward
Copy link
Contributor Author

The burningwave lib feels a bit like overkill for this, and forking the plugin is more flexible, closing this and going with #140

@klaraward klaraward closed this Mar 8, 2022
@klaraward klaraward reopened this Mar 8, 2022
@klaraward
Copy link
Contributor Author

At least this little part worked fine with an aarch64 JDK.

@klaraward
Copy link
Contributor Author

Will dig into this a bit further.

@danielnorberg
Copy link
Contributor

Trying to get some more clues on how this works and when/if it might break burningwave/jvm-driver#2

@danielnorberg
Copy link
Contributor

If I change exportCompilerPackages default to true then integration tests pass locally with corretto 17 after rebasing on #145.

@klaraward
Copy link
Contributor Author

Went with forking. #140

@klaraward klaraward closed this Mar 15, 2022
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

Successfully merging this pull request may close these issues.

2 participants