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

fix: Use ForkRun for generateJmhSourcesAndResources #243

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

tmccombs
Copy link
Contributor

Forking has a couple of benefits:

  1. It runs with the full modules for the JVM, so that it doesn't error if you use something from a module such as java.sql
  2. If the generation throws an exception, it doesn't kill sbt outright.

Taken from pawel-wiejacha@a916d77

Fixes: #190
Co-authored-by: pawel-wiejacha

Forking has a couple of benefits:

1. It runs with the full modules for the JVM, so that it doesn't error
   if you use something from a module such as java.sql
2. If the generation throws an exception, it doesn't kill sbt outright.

Taken from pawel-wiejacha@a916d77

Fixes: sbt#190
Co-authored-by: pawel-wiejacha
@johanandren johanandren merged commit 0fc8576 into sbt:main Dec 11, 2023
3 checks passed
@johanandren
Copy link
Contributor

Refs #192

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