I just wanted to run quick groovy scratch file and now my Intellij is building my multi-module project because there are codegen tools and it feels like generating missing classes on each run is obligatory. But I just want to run the script, fast, that's why I used scripting language in first place!
I dont have a groovy compiler and cannot get it, so I have to use javac
And default configuration on Run is "java -Dmaven.allTheOptions etc" and I just want it to execute script when I press the hotkey