Skip to content

Commit

Permalink
gradle intellij platform 2.* build migration CI issues.
Browse files Browse the repository at this point in the history
- fix patching until-build when should be omitted
  • Loading branch information
yaronyam committed Sep 17, 2024
1 parent 3113155 commit dd6993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ intellijPlatform {
version = testMeVersion
ideaVersion {
sinceBuild = '232'
// untilBuild = '242.*'
untilBuild = providers.provider { null }
}
}
publishing {
Expand Down

0 comments on commit dd6993e

Please sign in to comment.