-
Notifications
You must be signed in to change notification settings - Fork 126
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
Transitive dependencies spread into multiple repositories not resolved by default? #319
Comments
Same here. I've tried to run it directly with the platform tools but this fails as well script:
execution attempt
I'd consider this problem an upstream platform issue. I think you could consider filing a platform bug under https://youtrack.jetbrains.com/issues/KT FYI @ligee |
I can move that issue on the Jetbrains Issue Tracker. Do you know if there's a specific component or something that could help the jetbrain team triaging the bug efficiently? Does the resolver has a name? I think |
They typically recategorize tickes very efficiently. Just submit it irrespective of kscript if possible to make clear that we think it's platform related. Feel welcome to add a reference to this thread. |
I somewhat cannot reproduce with |
I bumped a weird case where dependencies failed to resolve while they should in theory be there. To reproduce the issue, create a
test.kts
file containing:The dependencies of
kinta-lib
are spread between mavenCentral and the gradleReleases repos and it looks like this is not supported:What's super weird is that adding mavenCentral explicitely fixes the issue:
Environment:
I always thought MavenCentral was included by default? Is there anything I'm missing?
The text was updated successfully, but these errors were encountered: