Skip to content

Commit

Permalink
Fix compatability manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishkun committed Sep 30, 2024
1 parent 02e7963 commit d43db41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ intellijPlatform {
""".trimIndent()
version = project.version.toString()
ideaVersion {
sinceBuild = "203"
sinceBuild = "231"
}
}
pluginVerification {
ides {
select {
types.set(listOf(IntelliJPlatformType.IntellijIdeaCommunity))
channels.set(listOf(ProductRelease.Channel.RELEASE))
sinceBuild = "234"
sinceBuild = "231"
untilBuild = "241.*"
}
}
Expand Down

0 comments on commit d43db41

Please sign in to comment.