You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on performance improvements, sometimes there's a need to validate performance with different runtime versions.
It would be nice to support per-configuration runtime version selection.
Something like:
configurations are not bound to a particular target, so the example above looks weird;
it's unclear how to handle scenarios where a user specified a lower JDK version then a project use (i.e. that JDK won't be able to load compiled classes).
Not suggesting a particular solution, filled the issue to ensure the idea won't be lost.
The text was updated successfully, but these errors were encountered:
(Spin-off from the #176)
When working on performance improvements, sometimes there's a need to validate performance with different runtime versions.
It would be nice to support per-configuration runtime version selection.
Something like:
However, there are a few obvious issues:
Not suggesting a particular solution, filled the issue to ensure the idea won't be lost.
The text was updated successfully, but these errors were encountered: