Skip to content

Updates 'org.jetbrains.intellij' version to fix the task failure of downloadZipSigner.#54

Merged
linlin-s merged 2 commits intomasterfrom
fix-downloadZipSigner-failure
Jul 19, 2023
Merged

Updates 'org.jetbrains.intellij' version to fix the task failure of downloadZipSigner.#54
linlin-s merged 2 commits intomasterfrom
fix-downloadZipSigner-failure

Conversation

@linlin-s
Copy link
Contributor

Issue #, if available:
The release workflow failed since the task downloadZipSigner failed.

Description of changes:
This PR updates the org.jetbrains.intellij version from 1.12.0 to 1.13.2 to fix the workflow failure. According to this issue, the downloadZipSigner failure error has been fixed since org.jetbrains.intellij 1.13.1-SNAPSHOT.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

plugins {
kotlin("jvm")
id("org.jetbrains.intellij") version "1.12.0"
id("org.jetbrains.intellij") version "1.13.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why pick this specific version instead of 1.14.0 or 1.15.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now we can use the version 1.13.2 to unblock the current release. There will be more configuration issues to solve than expected when changing the version to 1.14.0 or 1.15.0. I added a TODO in the next commit.

@linlin-s linlin-s merged commit 7b32caa into master Jul 19, 2023
@linlin-s linlin-s mentioned this pull request Jul 19, 2023
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

Successfully merging this pull request may close these issues.

2 participants