Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

如何更优雅地引用 jar 包 #1

Description

@ydcool

在移植过程中大量时间浪费在处理 java.util.zip.ZipException: duplicate entry ...的问题上,原因大概是官方代码中 simple 和 tlsui 两个 module 中依赖了重复的 jar 包,编译不通过。

在 StackOverflow 上找到一个答案:单独开一个 module, 只放所有的 jar, demo 和 tlsui 同时依赖这个 module , 问题得解。

私以为这个办法并不优雅。
如有更好办法,还请指教,谢谢!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions