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

Some fixes to the default ReactJS template. #2541

Merged

Conversation

mikehearn
Copy link
Contributor

  1. Bump the graaljs library version. This avoids a confusing configuration error message that can occur with the default setup.
  2. Don't use a POM dependency on GraalJS for Gradle, this is incorrect and can yield invalid "version mismatch" errors depending on your JVM.
  3. Configure Gradle to download GraalVM automatically.

Together these should improve the rate at which projects work out of the box.

1. Bump the graaljs library version. This avoids a confusing configuration error message that can occur with the default setup.
2. Don't use a POM dependency on GraalJS for Gradle, this is incorrect and can yield invalid "version mismatch" errors depending on your JVM.
3. Configure Gradle to download GraalVM automatically.

Together these should improve the rate at which projects work out of the box.
@mikehearn
Copy link
Contributor Author

Thanks. Can someone merge?

@graemerocher graemerocher merged commit 8783fbd into micronaut-projects:4.5.x Aug 8, 2024
13 checks passed
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