-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In my build.gradle.kts I have:
plugins {
kotlin("jvm") version "1.5.31"
id("elect86.gik") version "0.0.1"
}
but I get
* What went wrong:
A problem occurred configuring root project '__________'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not find com.github.elect86:gik-core:0.0.1.
Searched in the following locations:
- https://plugins.gradle.org/m2/com/github/elect86/gik-core/0.0.1/gik-core-0.0.1.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 : > elect86.gik:elect86.gik.gradle.plugin:0.0.1 > elect86:plugin:0.0.1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Metadata
Metadata
Assignees
Labels
No labels