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

Passing a path to idea's project to gradle runIde task #1859

Open
nickbochkarev opened this issue Jan 9, 2025 · 1 comment
Open

Passing a path to idea's project to gradle runIde task #1859

nickbochkarev opened this issue Jan 9, 2025 · 1 comment

Comments

@nickbochkarev
Copy link

Dear all,

when Idea's being run from command line, it's possible to specify the path to idea's project like

./idea.sh /home/projects/MyIdeaProject

Is there a way to specify the path to idea's project for gradle's runIde task without having the dialog window create a new project or open existing project opened?

@bukowa
Copy link

bukowa commented Jan 28, 2025

Dear all,

when Idea's being run from command line, it's possible to specify the path to idea's project like

./idea.sh /home/projects/MyIdeaProject

Is there a way to specify the path to idea's project for gradle's runIde task without having the dialog window create a new project or open existing project opened?

After opening the project close the IDE and next time you run the task it should be opened automatically. Works for me.

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

No branches or pull requests

2 participants