(Again) Hello With the Kotest plugin, I can't run...
# kotest
d
(Again) Hello With the Kotest plugin, I can't run only a single test directly on IDE, I have the error
No JDK specified
However, I can start the tests of a whole class without problem Intellij Ultimate: 2023.2.4 (232.10203.10) Kotest plugin IDE version: 1.3.70-IC-2023.2 Kotest plugin project version: 5.7.2 Kotest dependencies version: 5.7.2 Mutliplatform project Java target: 8 Java SDK: Tried with 8 & 17 Of course I have my JAVA_HOME defined, I try to redefine it and JDK_HOME just to test but I always have the problem
l
Is gradle JDK specified?
d
I'm using SDKMan to manage my different version of JDK (https://sdkman.io/)
l
When you go in settings > build execution ... -> build tools -> gradle -> ,,,
Can you see that it's using a JDK?
Or the JDK from the project
d
image.png
l
Yeah, that was my idea. It's out 😞
d
What's the problem ? 🤔
blob shrug 1
Do you know if there is a way to enable the debug with the plugin ?
155 Views