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

Find convenient way to handle the .idea folder #24

Open
8 tasks
ammerzon opened this issue Jan 9, 2023 · 0 comments
Open
8 tasks

Find convenient way to handle the .idea folder #24

ammerzon opened this issue Jan 9, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ammerzon
Copy link
Contributor

ammerzon commented Jan 9, 2023

Right now, the name of the JVM is hardcoded in the Gradle file, which is a problem if your JVM in IntelliJ has a different name.
Additionally, changes to the JVM / project structure are picked up as version control changes, which we want to avoid.

Definition of Done

  • The project can be imported into any JetBrains IDE regardless of the installed JVM name
  • The Jetbrains IDE support is OS independent
  • Changes to the project structure are not tracked in the version control

Tasks

  • Find a feasible solution
  • Sync with the project maintainers about the proposed solution
  • Implement the accepted solution
  • Document solution (DEV-GUIDE.md)
  • Test solution on different operating systems

Additional context

@ammerzon ammerzon added enhancement New feature or request good first issue Good for newcomers labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant