beam icon indicating copy to clipboard operation
beam copied to clipboard

[Bug] Could not build SQL shell - "Value for metadata of project :sdks:java:extensions:sql:jdbc has not been calculated yet"

Open mkuthan opened this issue 3 years ago • 0 comments

What happened?

The latest working SQL shell build is for Beam 2.38 (Gradle 7.3.2).

For 2.40 (Gradle 7.4) the following error is reported:

./gradlew -p sdks/java/extensions/sql/shell \
    -Pbeam.sql.shell.bundled=':sdks:java:io:google-cloud-platform,:runners:google-cloud-dataflow-java' \
    installDist

* Where:
Build file '/Users/marcin.kuthan/projects/opensource/beam/sdks/java/extensions/sql/jdbc/build.gradle' line: 71

* What went wrong:
A problem occurred evaluating project ':sdks:java:extensions:sql:jdbc'.
> Could not resolve all dependencies for configuration ':sdks:java:extensions:sql:jdbc:shadowTestRuntimeClasspath'.
   > Value for metadata of project :sdks:java:extensions:sql:jdbc has not been calculated yet.

Issue Priority

Priority: 3

Issue Component

Component: dsl-sql

mkuthan avatar Aug 06 '22 17:08 mkuthan