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
Hey,
I am trying to develop plugins using intellj jetbrains. However I cannot get it to properly parse all imports.
I've downloaded and compiled keycloak successfully in a directory at the same level as 'keycloak-extension-playground'.
I tried adding this folder as a external library in my IDEA, which didn't work. Is there something else I have to do so that I can get it to properly find all the keycloak classes?
Thank you
The text was updated successfully, but these errors were encountered:
Hey @Falsen. clone keycloak in any directory out of the keycloak-extension-playground project. then go to keycloak folder in terminal and run mvn clean install -DskipTests. it will take some time but u will get keycloa jars populated to local maven repo. then u will be able to re-use in any extension projects (https://github.com/thomasdarimont/keycloak-extension-playground#building-keycloak). no needs to add this folder as a external library in my IDEA
Hey,
I am trying to develop plugins using intellj jetbrains. However I cannot get it to properly parse all imports.
I've downloaded and compiled keycloak successfully in a directory at the same level as 'keycloak-extension-playground'.
I tried adding this folder as a external library in my IDEA, which didn't work. Is there something else I have to do so that I can get it to properly find all the keycloak classes?
Thank you
The text was updated successfully, but these errors were encountered: