I am new to gobblin. I have downloaded incubator-gobblin-gobblin_0.11.0. while installing gobblin on windows 10 by following the instructions given here at execution of ./gradlew :gobblin-distribution:buildDistributionTar
I am getting below result.
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':gobblin-distribution:buildDistributionTar'.
> Configuration with name 'dataTemplate' not found.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
java version "1.8.0_241"
If anyone know how to solve it please help.