RockteMQ-AI commented on issue #11159: URL: https://github.com/apache/rocketmq/issues/11159#issuecomment-5660290101
**Issue Evaluation** Category: `documentation` | Status: **Confirmed** Thank you for the detailed report. The issue is valid — Gradle 7.0+ removed the `compile` configuration, and the quick-start docs still reference it. **Affected files:** - `docs/en/Example_Simple.md` - `docs/cn/Example_Simple_cn.md` - `docs/cn/RocketMQ_Example.md` **Fix:** Replace `compile` with `implementation` in the Gradle dependency snippets. Since you mentioned you're willing to submit a PR, please go ahead! The fix is straightforward and the community would appreciate the update. --- *Automated evaluation by github-manager* -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
