[Bug] Could not build SQL shell - "Value for metadata of project :sdks:java:extensions:sql:jdbc has not been calculated yet"
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.