msva / mva-overlay

mva's sandbox overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle distribution server does not accept http anymore

wullxz opened this issue · comments

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

SRC_URI="http://services.gradle.org/distributions/${P}-src.zip"

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