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

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

Merged
merged 2 commits into from
Jul 19, 2023

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.

@@ -12,7 +12,7 @@ buildscript {

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