Hello,
I tried to build the Beam project on my local machine using Intellij Idea, and got the error. Build file '/Users/chenxi/Documents/beam-master/build.gradle.kts' line: 19 An exception occurred applying plugin request [id: 'org.apache.beam.module'] > Could not find implementation class 'org.apache.beam.gradle.BeamModulePlugin' for plugin 'org.apache.beam.module' specified in jar: file:/Users/chenxi/.gradle/caches/jars-9/0235e1d1b54016ccffc2c13b0bfd20a0/buildSrc.jar!/META-INF/gradle-plugins/org.apache.beam.module.properties . - 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. I use MacOS 12.3, and jdk1.8.0_333. Do you have any suggestions on how to build it successfully? Thank you
