msva / mva-overlay

mva's sandbox overlay
55 stars 27 forks source link

Gradle distribution server does not accept http anymore #148

Closed wullxz closed 3 years ago

wullxz commented 3 years ago

The gradle distribution server referenced in your gradle ebuild file does not accept http connections anymore. Switching it to https worked for me.

https://github.com/msva/mva-overlay/blob/94e6148e9d2acb02d96b232fbab3d3ebad42c0ad/dev-java/gradle/gradle-5.3.1.ebuild#L9

wullxz commented 3 years ago

I was too fast: this issue is already described in #141