ProGuard + Maven with Java 7

后端 未结 3 1621
盖世英雄少女心
盖世英雄少女心 2021-02-01 20:57

I\'m trying to make ProGuard part of our Maven build process. The problem is that the official Maven plugin is using ProGuard 4.3, which doesn\'t support Java 7. Is there any ea

3条回答
  •  走了就别回头了
    2021-02-01 21:18

    I found a solution here: https://groups.google.com/forum/?fromgroups#!topic/pyx4me-users/NUZi1oySvQE. Basically I had to download and install ProGuard to my local repo.

提交回复
热议问题