chenjunjiedada opened a new issue #2429: URL: https://github.com/apache/iceberg/issues/2429
`compile` `runtime` `testCompile` and `testRuntime` are deprecated since gradle 4.1.0. These will be finally removed in gradle 7.0. We need to replace them with `implementation`, `runtimeOnly`, `testImplemenetion`, and `testRuntimeOnly`. @aokolnychyi @RussellSpitzer. Gradle start to support Apple M1 from 7.0. Do you guys use Mac Pro m1:) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
