Invalid Gradle Command Error while Building Metadata-Ingestion

Original Slack Thread

Hi, I’m getting this error while trying to build metadata-ingestion. Trying with jdk-11. I already tried with java 8 but it shows another error.

To honour the JVM settings for this build a single-use Daemon process will be forked. See <https://docs.gradle.org/6.9.2/userguide/gradle_daemon.html#sec:disabling_the_daemon>.
Daemon will be stopped at the end of the build
Configuration on demand is an incubating feature.

FAILURE: Build failed with an exception.

* What went wrong:
Task '' not found in root project 'datahub'.

* Try:
Run gradlew tasks to get a list of available tasks. 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>

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See <https://docs.gradle.org/6.9.2/userguide/command_line_interface.html#sec:command_line_warnings>```

The space between : and metadata-ingestion make this an invalid gradle command.

../gradlew :metadata-ingestion:installDev