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

Intellij 2024.1 Support #3578

Open
noizu opened this issue Apr 25, 2024 · 3 comments
Open

Intellij 2024.1 Support #3578

noizu opened this issue Apr 25, 2024 · 3 comments

Comments

@noizu
Copy link
Sponsor

noizu commented Apr 25, 2024

If anyone is having issues with 2024 you may apply the following patch then run

gradlew buildPlugin

and install the plugin from build/distributions/

diff --git a/build.gradle b/build.gradle

index e66d06591..5c6d6f259 100644
--- a/build.gradle
+++ b/build.gradle
@@ -70,7 +70,7 @@ allprojects {
         pluginDescription.set(bodyInnerHTML("resources/META-INF/description.html"))

         sinceBuild = "233.11799.241"
-        untilBuild = "233.*"
+        untilBuild = "245.*"
     }

     publishPlugin {
@@ -263,4 +263,3 @@ test {
     dependsOn runQuoter
     finalizedBy stopQuoter
 }
-
diff --git a/gradle.properties b/gradle.properties
index 94b3ad3b5..5aed68bff 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,7 +2,7 @@
 # https://www.jetbrains.com/intellij-repository/releases
 # https://www.jetbrains.com/intellij-repository/snapshots
 baseVersion=17.0.0
-ideaVersion=2023.3
+ideaVersion=2024.1
 # MUST stay at 1.8 for JPS (Build/Compile Project) compatibility even if JRE/JBR is newer
 javaVersion=17
 javaTargetVersion=17
@noizu
Copy link
Sponsor Author

noizu commented Apr 25, 2024

Pull Request with update here: #3579

@ghenry
Copy link

ghenry commented May 2, 2024

I'd like to use this with IntelliJ IDEA 2024.1.1 (Ultimate Edition). What build instructions are you following? Thanks!

@mtraynham
Copy link

mtraynham commented May 12, 2024

Quick question, this plugin always seems to be behind the latest releases. Is there anything we can contribute to make upgrades to the newer version faster? Like a workflow to go out and check the latest version and create a PR?

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

No branches or pull requests

3 participants