Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate runIde and fix issues with customRunIde #2301

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

pkukielka
Copy link
Contributor

@pkukielka pkukielka commented Sep 16, 2024

Changes

Looks like custom runIde tasks does not inherit all runIde properties.
Because of that it is safer to deprecate runIde and make customRunIde a new default and configure it directly.

I also added option to use -PsplitMode=true as command-line parameter, which should be handful for Gateway testing.
Plus I updated documentation.

Test plan

  1. Try to run :runIde - it will not longer work
  2. Run ./gradlew -PsplitMode=true :customRunIde - it should open new IDE in a remote mode.

@pkukielka pkukielka enabled auto-merge (squash) September 16, 2024 12:39
@pkukielka pkukielka merged commit 6ae927d into main Sep 16, 2024
10 of 12 checks passed
@pkukielka pkukielka deleted the pkukielka/fix-run-ide-issues branch September 16, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants