After cloning the repository, an error occurs during the build.
./gradlew clean build --info
# output
A problem occurred configuring project ':restdocs-api-spec-sample'.
> Could not resolve all files for configuration ':restdocs-api-spec-sample:classpath'.
> Could not find com.epages:restdocs-api-spec-gradle-plugin:0.9.2.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/epages/restdocs-api-spec-gradle-plugin/0.9.2/restdocs-api-spec-gradle-plugin-0.9.2.pom
- https://plugins.gradle.org/m2/com/epages/restdocs-api-spec-gradle-plugin/0.9.2/restdocs-api-spec-gradle-plugin-0.9.2.pom
Required by:
project :restdocs-api-spec-sample
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
Environments
Description
After cloning the repository, an error occurs during the build.