Skip to content

Commit

Permalink
ci(intellij): Use a non-EAP version for building and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Sep 22, 2024
1 parent 0f84478 commit 99ac5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intellij/contextive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
intellij {
version.set("243-EAP-SNAPSHOT")
version.set("2024.2.2")
type.set("IU") // Target IDE Platform

plugins.set(listOf(/* Plugin Dependencies */))
Expand Down

0 comments on commit 99ac5b7

Please sign in to comment.