JFYI: it seems like gradle plugin portal is experi...
# dokka
i
JFYI: it seems like gradle plugin portal is experiencing partial outage (https://status.gradle.com/) and older versions of dokka might be affected. Some users report that versions
1.5.X
are missing, but
1.6.X
are available, probably stored on different nodes or something. Good time to update? 😅
v
I suppose JCenter is experiencing some server issues as well. https://github.com/gradle/gradle/issues/15406#issuecomment-1011253022
m
This has been causing me issues all morning. Does anyone know of a workaround to remove the jcenter dependency entirely?
i
There are some workarounds posted in this thread: https://github.com/jk1/Gradle-License-Report/issues/224#issuecomment-1011384743 Also, I'm not sure, but updating to 1.6.X may solve the problem. It seems like gradle plugin repository redirects to jcenter if it can't find requested version. Starting with 1.6, we publish dokka to gradle plugin repo directly, so there should be no redirects to jcenter and thus no 502s
m
okay, thanks Ignat!