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

ListProductsReleases empty for 2023.3 #1505

Closed
nico-loeber opened this issue Dec 9, 2023 · 13 comments
Closed

ListProductsReleases empty for 2023.3 #1505

nico-loeber opened this issue Dec 9, 2023 · 13 comments
Assignees
Labels
Milestone

Comments

@nico-loeber
Copy link

What happened?

After updating my plugin for the 2023 release the runPluginVerifier Task failes with 'ideVersions' and 'localPaths' properties should not be empty probably caused by listProductsReleases resulting an empty file.
Executing the tasks results in no error, the idea_product_releases.xml file is downloaded and looks like it would include suitable releases.

I tried to declare the version as 2023.3 but this didn't help. Switching back to 232 release results in everything working fine again.

Please let me know if this is caused by a configuration mistake.
build.gradle.kts
plugin.xml

Relevant log output or stack trace

No response

Steps to reproduce

Switch the target version of your plugin to 2023.3 release, by setting version to IU-233.11799.241 or 2023.3 and check the output of the listProductsReleases or printProductsReleases tasks.

Relevant configuration:

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
    type.set("IU")
    version.set("IU-233.11799.241") // https://www.jetbrains.com/de-de/idea/download/other.html
    plugins.add("com.intellij.database") // bundled
    plugins.add("org.jetbrains.plugins.terminal") // bundled
    plugins.add("com.jetbrains.plugins.webDeployment") // bundled
    plugins.add("org.jetbrains.plugins.remote-run") // bundled
    plugins.add("Docker") // bundled
    plugins.add("NodeJS") // bundled
    plugins.add("org.jetbrains.plugins.node-remote-interpreter") // bundled
    plugins.add("com.jetbrains.php:233.11799.241") // https://plugins.jetbrains.com/plugin/6610-php/versions
    plugins.add("org.jetbrains.plugins.phpstorm-remote-interpreter:233.11799.172") // https://plugins.jetbrains.com/plugin/7511-php-remote-interpreter/versions
    plugins.add("org.jetbrains.plugins.phpstorm-docker:233.11799.232") // https://plugins.jetbrains.com/plugin/8595-php-docker/versions
}

tasks {
    listProductsReleases {
        types.set(listOf("IC", "IU", "PS", "WS", "DB"))
        releaseChannels.set(listOf(ListProductsReleasesTask.Channel.RELEASE))
    }
}

Gradle IntelliJ Plugin version

1.16.1

Gradle version

8.2.1

Operating System

Linux

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

https://github.com/php-perfect/ddev-intellij-plugin/actions/runs/7130828331/job/19418086345?pr=270

@reloxx13
Copy link

@hsz any news or plans? ddev plugin update is blocked by this.

@fsuter
Copy link

fsuter commented Dec 22, 2023

I'm upvoting this too, as I'm eagerly awaiting the update of the DDEV plugin to update PhpStorm itself.

@begner
Copy link

begner commented Dec 22, 2023

JAU (just another Upvote)

@hctom
Copy link

hctom commented Dec 25, 2023

Upvote from me as well, because I'd really like to be able to use the DDEV plugin again

@splatterb0y
Copy link

Please fix, I'm still stuck with the older PHPStorm version because I really need the DDEV plugin.

@cleverhoods
Copy link

up

@aweb3r
Copy link

aweb3r commented Dec 27, 2023

Up

@nico-loeber
Copy link
Author

I could really need some support on this. The only way to bypass this issue in my plugin release workflow is to skip the plugin verifyer entirely which I would really like to avoid.

@YannCebron, maybe you can help on this?

@jonnyhocks
Copy link

Adding another upvote here 👍

@RubenColpaert
Copy link

Best wishes for the new year and another upvote 👍

@mhstudioos
Copy link

Up

1 similar comment
@ArneVerleyenIO
Copy link

Up

hsz added a commit that referenced this issue Jan 12, 2024
@hsz hsz added this to the next milestone Jan 12, 2024
@hsz
Copy link
Member

hsz commented Jan 12, 2024

I'm sorry for the long silence. The issue is fixed and will be released soon.

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