You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2021/10/15 02:14:00 UTC

[jira] [Created] (CALCITE-4853) Gradle could not determine the dependencies of task ':syncPreviewSiteRepo'

Julian Hyde created CALCITE-4853:
------------------------------------

             Summary: Gradle could not determine the dependencies of task ':syncPreviewSiteRepo'
                 Key: CALCITE-4853
                 URL: https://issues.apache.org/jira/browse/CALCITE-4853
             Project: Calcite
          Issue Type: Bug
          Components: build
            Reporter: Julian Hyde


I got the following error while following the instructions to [make a Calcite release candidate|https://calcite.apache.org/docs/howto.html#making-a-release-candidate].

{noformat}
$ ./gradlew prepareVote -Prc=0
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details

> Configure project :
Building Apache Calcite 1.28.0

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':syncPreviewSiteRepo'.
> Could not resolve all dependencies for configuration ':previewSite'.
   > 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

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org
{noformat}



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