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

Dataspell Could not resolve all task dependencies for configuration ':compileClasspath #1574

Open
joshuataylor opened this issue Mar 22, 2024 · 0 comments
Labels
Milestone

Comments

@joshuataylor
Copy link

What happened?

DS does not work right now:

platformType = DS
platformVersion = 241.14494.121

Results in:
> Specified type 'DS' has no dependency available.

Adding this to IntelliJPlatformType:

    DataSpell(
        code = "DS",
        dependency = Coordinates("com.jetbrains.dataspell-EAP", "dataspell"),
        binary = Coordinates("python", "dataspell"),
    ),

results in:

* What went wrong:
Could not determine the dependencies of task ':compileJava'.
> Could not resolve all task dependencies for configuration ':compileClasspath'.
   > Could not find localIde:com.jetbrains.dataspell-EAP:2024.1+874.
     Required by:
         project :
   > Could not find com.jetbrains.plugins:com.intellij.database:.
     Required by:
         project :
   > Could not find com.jetbrains.plugins:org.jetbrains.plugins.terminal:.
     Required by:
         project :

Relevant log output or stack trace

No response

Steps to reproduce

platformType = DS
platformVersion = 241.14494.121

Gradle IntelliJ Plugin version

2.0-SNAPSHOT

Gradle version

8.6

Operating System

macOS

Link to build, i.e. failing GitHub Action job

No response

@YannCebron YannCebron added this to the 2.0 milestone Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants