studio icon indicating copy to clipboard operation
studio copied to clipboard

Maven compilation failed to get dependencies from Central

Open marxoo opened this issue 4 years ago • 1 comments

First of all, thank you very much for your work !! It's amazing !!

I did follow the README instructions to build the application. Could you change the README and add the argument : -Dhttps.protocols=TLSv1.1,TLSv1.2 to the maven commande. The Central repository of Maven is no more accessible with HTTP.

I had to use : mvn -Dhttps.protocols=TLSv1.1,TLSv1.2 clean install

Thanks again for your great job and regards !

marxoo avatar Jun 07 '20 19:06 marxoo

Thanks for the feedback. I'll have to look at this, didn't notice the problem. Is your maven up to date?

marian-m12l avatar Jun 11 '20 22:06 marian-m12l