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

feat: add Java 19 support for native image #1492

Closed
wants to merge 3 commits into from
Closed

feat: add Java 19 support for native image #1492

wants to merge 3 commits into from

Conversation

linux-china
Copy link
Contributor

  • Add --enable-preview and --add-modules=jdk.incubator.concurrent for Java 19 native build
  • Update Kotlin default version to 1.7.20
  • Update Groovy default version to 3.0.13

@codecov
Copy link

codecov bot commented Oct 24, 2022

Codecov Report

Base: 0.00% // Head: 0.00% // No change to project coverage 👍

Coverage data is based on head (facf5b9) compared to base (876a540).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1492   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files        110     110           
  Lines       6942    6946    +4     
  Branches    1136    1137    +1     
=====================================
- Misses      6942    6946    +4     
Flag Coverage Δ
Linux 0.00% <0.00%> (ø)
Windows 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/main/java/dev/jbang/net/GroovyManager.java 0.00% <ø> (ø)
src/main/java/dev/jbang/net/KotlinManager.java 0.00% <ø> (ø)
...a/dev/jbang/source/buildsteps/NativeBuildStep.java 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

3 participants