chunked-coding-converter
chunked-coding-converter copied to clipboard
Update pom.xml
I updated pom.xml file to let users properly build it with latest version of Java and mvn. Without this update, OSX user couldn't buildl package properly. Its the best and easy solution for the error.
我的macOS下编译没有问题。我看到你在pom.xml指定了jdk的版本,删除编码设置。请问你有没有尝试过不删UTF-8编码的情况下,指定编译的jdk版本(1.6)是否可以成功编译?
I have no problem compiling on macOS. I saw that you specified the JDK version in pom.xml, removing the encoding Settings. Have you ever tried to specify the compiled JDK version (1.6) without deleting utf-8 encoding?
Yup. I tried but same. Failed. I find out that solution and it worked like a charm. So i want to send a pull request. May be its about our OS X versions. I am using 10.14.6 Mojave.
Mine was version 10.14.5, and then I tried to update the test to see why