´Welcome to Gradle 7.4.2! Here are the highlights...
# getting-started
s
´Welcome to Gradle 7.4.2! Here are the highlights of this release: - Aggregated test and JaCoCo reports - Marking additional test source directories as tests in IntelliJ - Support for Adoptium JDKs in Java toolchains For more details see https://docs.gradle.org/7.4.2/release-notes.html To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.4.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. * Where: Build file '/root/datahub/buildSrc/build.gradle' line: 8 * What went wrong: A problem occurred evaluating project ':buildSrc'.
Could not find method compile() for arguments [io.acryljson schema avro0.1.5, build_1kqs8gk1jo9sbgzioo1f15l9v$_run_closure1$_closure2@4fdc76aa] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
* 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 BUILD FAILED in 11s´
e
Hi @sparse-barista-40860 are you using Gradle 6.9.2?
s
i want to know wich one is supported and suggested
im using java 11 need to change to 8?
e
Yes! We currently only support Java 8
s
ok i will downgrade
Copy code
sudo apt-get install openjdk-8-jdk

cd datahub/

root@ubuntu20dockers:~/datahub# 
./gradlew :metadata-ingestion-examples:kafka-etl:bootRun
it work
now next movement?