You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please publish to Gradle plugin repo so we can use id correctly. Or correct the plugin name so it can be resolved correctly: com.spotify.ruler:com.spotify.ruler:version
Thanks for opening this issue! IIRC the reason why we didn't do this in the first place was that the Gradle plugin portal didn't allow us to publish artifacts in additon to the plugin (which we need to - see ruler-models). Maybe we didn't look hard enough or maybe this is possible now, do you know?
Another practical reason was that Spotify already has an account on Maven central and uses that for all OSS projects, so it was nice to keep everything in a central place (and using it from there is totally possible). Not sure if that's a strong reason, but we'd need to set up a corporate account for the plugin portal before we can publish it and I'm not sure how high of a priority this would have (since I'm no longer at Spotify - maybe @ViktorPetrovski or @botronic can check that if it's deemed important enough).
Another way to fix (Which is what we do internally) is correct the group and package name, for example we have internal plugins (obviously not published Gradle Repo).
Example:
create("lintPlugin") {
id = "com.instacart.shopper.tooling.lint"
//...
}
Feature description
Please publish to Gradle plugin repo so we can use
id
correctly. Or correct the plugin name so it can be resolved correctly:com.spotify.ruler:com.spotify.ruler:version
Thanks!
Reasoning
Work around:
settings.gradle.kts
The text was updated successfully, but these errors were encountered: