如何获取 Proguard jar 中包含的未打包的 SBT 依赖项?
我已将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论