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.
如何获取所有应复制到libs具有依赖项定义(如模块名称、工件 ID、版本)的文件夹的运行时依赖项?
libs
如果我误解了你,请纠正我,但如果你想要一个平面库目录,你可以这样做:
task copyLibs(type: Copy) { from configurations.runtime into 'libs' }
组 ID 不会是文件名的一部分。