Error when building the source code
Opened this issue · 1 comments
Describe the bug
The build fails with the following error message:
A problem occurred configuring root project 'one-dark-theme'.
Could not resolve all files for configuration ':classpath'.
Could not find com.overzealous:remark:1.1.0.
Searched in the following locations:
- https://plugins.gradle.org/m2/com/overzealous/remark/1.1.0/remark-1.1.0.pom
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
project : > org.kordamp.gradle.markdown:org.kordamp.gradle.markdown.gradle.plugin:2.2.0 > org.kordamp.gradle:markdown-gradle-plugin:2.2.0
To Reproduce
- run the command .\gradlew build in the windows 11 command prompt.
Expected Behavior
The command is supposed to properly build the source code
Environment
OS: Windows 11
Screenshots