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.
编译文件('lib/ssi-jar-with-dependencies.jar')
不工作。它不会破坏脚本,但也不包含依赖项。
上面的声明是正确的(假设你把它放在正确的地方)。路径错误,或者构建脚本(或 Jar)存在其他问题。
您可以添加平面目录存储库:
repositories { flatDir { dirs 'lib' } flatDir { dirs 'lib1', 'lib2' } }