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

Gradle rootProject issue with IntelliJ IDEA #1

Open
vadim-soude opened this issue Jan 18, 2024 · 1 comment
Open

Gradle rootProject issue with IntelliJ IDEA #1

vadim-soude opened this issue Jan 18, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@vadim-soude
Copy link

vadim-soude commented Jan 18, 2024

When using the IntelliJ IDEA IDE the gradle built-in fail due to the name of the root project name is set in lower case vanillaminimaps instead of VanillaMinimaps (as the name of this repo) and this prevent the autocompletion, highlight and import to work in the IDE.

This don't need to be changed but I wanted to give the information for anyone using that IDE that changing the name and reloading fix all problems :) !

image

Here is the thrown error when the setting isn't set properly :
java.lang.IllegalStateException: Module entity with name: VanillaMinimaps should be available

@JNNGL JNNGL added the good first issue Good for newcomers label Jan 27, 2024
@Nelonn
Copy link
Contributor

Nelonn commented Feb 5, 2024

There is no solution to this problem, just rename the folder. This is just an Intellij IDEA bug that I don't think will be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants