Open baobab-it opened 1 year ago
I had the same problem. It seems that recent Maven versions block any repository that has a http://
URL. Luckily, JSweet's Artifactory serves HTTPS just fine. The main JSweet pom.xml
even uses https://
URLs, but for some reason the candy generator doesn't.
So to fix the generator, all one needs to do is to edit its pom.xml
and change http://
to https://
in all repository
entries.
@renaudpawlak, could you please apply that fix?
Thanks @bannmann that's exactly what you need to do, use only https
@lgrignon, I think this issue should stay open until candy-generator/pom.xml
includes that fix.
Actually there was no contribution to this project for a long time now, but let's keep it open in case someone has time to contribute again in the future
Hello
I've try build candy generator (with Java 17 and 11):
But got error:
Something blocking in repository
http://repository.jsweet.org
?