You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Francis Chuang (Jira)" <ji...@apache.org> on 2022/04/27 02:17:00 UTC

[jira] [Updated] (CALCITE-5116) Upgrade vlsi-release-plugins to 1.78

     [ https://issues.apache.org/jira/browse/CALCITE-5116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis Chuang updated CALCITE-5116:
------------------------------------
    Description: 
The release no longer builds after upgrading to Gradle 7.4.2.

The build fails with this message:

{noformat}
> Configure project :
Building Apache Calcite Avatica 1.21.0

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':stageSvnDist'.
> Could not resolve all dependencies for configuration ':releaseSignatures'.
   > Querying the mapped value of flatmap(provider(task 'distTar', class org.gradle.api.tasks.bundling.Tar)) before task ':release:distTar' has completed is not supported
{noformat}

This is because the version of vlsi-release-plugins is too old, updating to 1.78 fixes the build.

  was:
The release no longer builds after upgrading to Gradle 7.4.2.

The build fails with this message:

{noformat}
> Configure project :
Building Apache Calcite Avatica 1.21.0

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':stageSvnDist'.
> Could not resolve all dependencies for configuration ':releaseSignatures'.
   > Querying the mapped value of flatmap(provider(task 'distTar', class org.gradle.api.tasks.bundling.Tar)) before task ':release:distTar' has completed is not supported
{noformat}


>  Upgrade vlsi-release-plugins to 1.78
> -------------------------------------
>
>                 Key: CALCITE-5116
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5116
>             Project: Calcite
>          Issue Type: Bug
>          Components: avatica
>            Reporter: Francis Chuang
>            Priority: Major
>             Fix For: avatica-1.21.0
>
>
> The release no longer builds after upgrading to Gradle 7.4.2.
> The build fails with this message:
> {noformat}
> > Configure project :
> Building Apache Calcite Avatica 1.21.0
> FAILURE: Build failed with an exception.
> * What went wrong:
> Could not determine the dependencies of task ':stageSvnDist'.
> > Could not resolve all dependencies for configuration ':releaseSignatures'.
>    > Querying the mapped value of flatmap(provider(task 'distTar', class org.gradle.api.tasks.bundling.Tar)) before task ':release:distTar' has completed is not supported
> {noformat}
> This is because the version of vlsi-release-plugins is too old, updating to 1.78 fixes the build.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)