如何获取 Proguard jar 中包含的未打包的 SBT 依赖项?

发布于 2025-01-07 19:48:52 字数 494 浏览 2 评论 0原文

我已将 SBT (0.11.0) 配置为将 GitHub 项目作为依赖项拉入,按照我对 这个问题在这里

它工作得很好,除了我似乎无法让 Proguard 在创建其独立 jar 时包含那些未打包的依赖项。 (我正在使用优秀的 xsbt-proguard-plugin。)

我尝试过使用如下参数手动“保留”项目的类文件:

"-keep class com.my.unpackageddependency.*"

但这不起作用......非常感谢任何帮助!

I've configured SBT (0.11.0) to pull in a GitHub project as a dependency, as per my answer on this question here.

It works fine except that I can't seem to get Proguard to include those unpackaged dependencies when creating its standalone jar. (I'm using the excellent xsbt-proguard-plugin.)

I've tried manually "keeping" the project's class files with an argument like this:

"-keep class com.my.unpackageddependency.*"

But this doesn't work... Any help greatly appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文