3

I installed Groovy with sdkman and everything went well, but when I want to make a new project in Intellij Idea I am prompted to choose the Groovy SDK, but I can't find it anywhere.

So my question is where is the groovy library installed?

Let me know if you need any other info. Prompt in IntelliJ

Even Mien
  • 44,393
  • 43
  • 115
  • 119
Horsty
  • 321
  • 6
  • 18

1 Answers1

3

Installing sdkman through cygwin and then installing groovy with sdkman was causing a rather deeply nested folder structure. I found the groovy library under C:\cygwin\home\<username>\.sdkman\candidates\groovy\2.4.6. Answer provided by tim_yates :)

Horsty
  • 321
  • 6
  • 18