本文主要是介绍java.io.IOException: The output jar is empty. Did you specify the proper '-keep' options?,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
执行Maven Install打包的时候,出现以下错误信息:
[proguard] java.io.IOException: The output jar is empty. Did you specify the proper '-keep' options?[proguard] at proguard.shrink.Shrinker.execute(Shrinker.java:171)[proguard] at proguard.ProGuard.shrink(ProGuard.java:297)[proguard] at proguard.ProGuard.execute(ProGuard.java:113)[proguard] at proguard.ProGuard.main(ProGuard.java:538)
这是因为’-keep’选项使用的不正确,把所有的类都过虑掉了。
这篇关于java.io.IOException: The output jar is empty. Did you specify the proper '-keep' options?的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!