-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some fixes to the default ReactJS template. (#2541)
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.
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters