Description
I got the following error while following the instructions to make a Calcite release candidate.
$ ./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
Attachments
Issue Links
- is caused by
-
CALCITE-4829 Bump Gradle to 7.2 and test with Java 17 at GitHub Actions
- Closed