gpt4 book ai didi

java - 使用 gradle 在构建时在项目中包含本地 jar 文件

转载 作者:IT老高 更新时间:2023-10-28 21:02:25 25 4
gpt4 key购买 nike

我想在构建时使用 gradle 在我的项目中包含 salesforce 的 enterprise.jar 文件谁能帮我解决如何在我的项目中包含一个存在于 src/main/resources 文件夹中的本地 jar 文件。

最佳答案

这在 the documentation 中有解释。 .应该这样做:

dependencies {
compile files('./src/main/resources/enterprise.jar')
}

我不会把 jar 放在 src/main/resources 中。它不是您项目的资源,而是编译依赖项。我会把它放在一个 lib 目录中。

关于java - 使用 gradle 在构建时在项目中包含本地 jar 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12576413/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com