-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: update for Intellij 2023.1 #27
Conversation
(cherry picked from commit 8332819)
same as plugin "org.jetbrains.intellij" version "1.13.3"
Kudos, SonarCloud Quality Gate passed! |
@nexoscp hi! I didn't merge release/2.0.0 into UPD: I changed |
} | ||
|
||
group = "com.asyncapi.plugin.idea" | ||
version = "2.0.0+jre17" | ||
version = "2.0.1+jre17" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's new feature, not bug fix. Please change to 2.1.0
plugins.set(listOf("yaml")) | ||
} | ||
tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml") { | ||
sinceBuild.set("223") | ||
untilBuild.set("223.*") | ||
sinceBuild.set("231") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you replace sinceBuild.set("223")
with sinceBuild.set("231")
, users on 2022.3.* will not receive any new updates.
Did you find some compatibility problems?
@@ -1,5 +1,5 @@ | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-rc-1-bin.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New version of gradle is out. I propose to you to change this RC version to stable one - 8.1.1
Hello everybody. Do you have any estimation of when this will be in production? Also, Apologies for commenting on the PR, but seems like there isn't an issue open to track this work. Cheers! 🙇 |
Hi @alvesf2 I Will make the proposed changes, by myself, run check compatibility tests, and send them to review today evening(02.05) |
Hi, again @Pakisan Usually how long does it take for IntelliJ to validate these changes? Thank you, |
Hi!
I missed with release channel. Re-targeted release to stable now. You can download the plugin and install it manually from the release page. I pushed all changes to the release branch and attached |
Release was approved and available now |
Update for Intellij 2023.1