-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task ':plugin:doc' fails on Windows and MacOS #280
Comments
You mean |
I have no immediate idea how to fix this because I don't know what is going on. Please run
and post everything :) |
Hmm, |
It seems |
It seems under Windows I am now unable to build as well with the recent changes, with the same clean freshly pulled state from master and no Reported exception:
Results under MacOS are currently unchanged |
Ok, habs reproduziert |
Auf dem dokka updated branch:
lel |
Oof, looks like we need to update dokka to 1.4 so that it works with JDK 11: Kotlin/dokka#294 |
Superseded by #342, use JDK 8 until then. |
So when I tried testing it on macOS,
.gradlew run
,.gradlew deploy
etc. all fail at the task:plugin:doc
withI guess this is just some misconfigured pathing? But why is it trying to access 6.5 as the used version of gradle wrapper is 6.3? When bumping the used version to 6.5 or 6.6 nothing changes.
Btw. task
:doc
fails as wellThe text was updated successfully, but these errors were encountered: