繁体   English   中英

如何获取依赖于 Gradle 应用程序项目的所有 JARs 的列表?

[英]How to get list of all JARs dependent by a Gradle app project?

Given a Java or Scala application built using Gradle and dependencies defined by Gradle, is it possible to create a task that simply generates a list of all JARs (with versions in file name) that are dependent by the app and required to run the application?

add 'project-report' 插件将为依赖报告生成添加任务 html/txt

https://docs.gradle.org/current/userguide/project_report_plugin.html

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM