Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何仅显示一种配置的依赖关系?命令gradle dependencies显示所有配置的依赖关系。
gradle dependencies
您可以通过提供命令行参数来做到这一点--configuration。Java 项目的示例:
--configuration
gradle dependencies --configuration compile