-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
What broke?
I've cloned this repository into my workspace with the goal of building the project, altering some code, and republishing it for my own use. However, I've encountered an error, as follows:
Execution failed for task ':buildSrc:generateExternalPluginSpecBuilders'.
> Could not resolve all files for configuration ':buildSrc:compileClasspath'.
> Could not find org.jetbrains.dokka:dokka-gradle-plugin:0.9.16-rdev-2-mpp-hacks.
Searched in the following locations:
- https://plugins.gradle.org/m2/org/jetbrains/dokka/dokka-gradle-plugin/0.9.16-rdev-2-mpp-hacks/dokka-gradle-plugin-0.9.16-rdev-2-mpp-hacks.pom
- https://dl.bintray.com/kotlin/kotlin-dev/org/jetbrains/dokka/dokka-gradle-plugin/0.9.16-rdev-2-mpp-hacks/dokka-gradle-plugin-0.9.16-rdev-2-mpp-hacks.pom
Required by:
project :buildSrc
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
The artifact, org.jetbrains.dokka:dokka-gradle-plugin:0.9.16-rdev-2-mpp-hacks, has been removed from Maven Central. How can I proceed to build version 1.4.3?