You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :) !
Here is the thrown error when the setting isn't set properly : java.lang.IllegalStateException: Module entity with name: VanillaMinimaps should be available
The text was updated successfully, but these errors were encountered:
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 ofVanillaMinimaps
(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 :) !
Here is the thrown error when the setting isn't set properly :
java.lang.IllegalStateException: Module entity with name: VanillaMinimaps should be available
The text was updated successfully, but these errors were encountered: