Skip to content

Commit

Permalink
Run the pluginVerification on the latest supported IDE version on Git…
Browse files Browse the repository at this point in the history
…Hub action
  • Loading branch information
pderakhshanfar committed Oct 22, 2024
1 parent 346ea52 commit 2b8b2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ intellijPlatform {
select {
types = listOf(IntelliJPlatformType.IntellijIdeaUltimate)
channels = listOf(ProductRelease.Channel.RELEASE)
sinceBuild = properties("pluginSinceBuild")
sinceBuild = properties("pluginUntilBuild")
untilBuild = properties("pluginUntilBuild")
}
}
Expand Down

0 comments on commit 2b8b2d8

Please sign in to comment.