Skip to content

Commit

Permalink
chore(intellij): remove the limit of until build. (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Nov 14, 2024
1 parent a52c4e6 commit 13febf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks {
})
ideaVersion {
sinceBuild.set("231")
untilBuild.set("242.*")
untilBuild.set(provider { null })
}
}
pluginVerification {
Expand Down

0 comments on commit 13febf5

Please sign in to comment.