You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Vladimir Sitnikov (Jira)" <ji...@apache.org> on 2021/03/25 19:30:00 UTC

[jira] [Created] (CALCITE-4553) Use Gradle Toolchains for customizing JVM used for build and test Calcite

Vladimir Sitnikov created CALCITE-4553:
------------------------------------------

             Summary: Use Gradle Toolchains for customizing JVM used for build and test Calcite
                 Key: CALCITE-4553
                 URL: https://issues.apache.org/jira/browse/CALCITE-4553
             Project: Calcite
          Issue Type: Improvement
    Affects Versions: 1.26.0
            Reporter: Vladimir Sitnikov


Gradle Toolchains can use different JVM for Gradle execution and for the build process.
It might help for testing newer Javas which are not yet supported for Gradle execution.

For instance,  it can be "use the current JVM by default", and "use -PcalciteJavaHome=... JVM" if the property is added.

Toolchains can be auto-provisioned, so it might simplify testing for the end-users.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)