Skip to content
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

No POM for plugin? #1

Open
dapp opened this issue Sep 27, 2021 · 2 comments
Open

No POM for plugin? #1

dapp opened this issue Sep 27, 2021 · 2 comments

Comments

@dapp
Copy link

dapp commented Sep 27, 2021

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.

@elect86
Copy link
Owner

elect86 commented Sep 28, 2021

Yeah, the problem is indeed the core module which isn't publish

I'm verifying which is the best way to address this on the gradle slack channel

If you happen to know it, don't hesitate to tell

@elect86
Copy link
Owner

elect86 commented Sep 28, 2021

ok, I kind of fixed by shading core in plugin

Pull "0.0.4"

Also, I'm gonna send you an invite, so you directly modify the code if something doesn't work out as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants