I have a very simple Java + Gradle project. He builds great. It works fine with the shell using the "gradle run". However, if I try to start IntelliJ, I get:
Cannot start compilation: the output path is not specified for module "xyz" Specify the output path in Configure Project.
My "Compiler Output" is set to "Inherit the path to compiling the project." I don't want a custom output path, no matter what it is, just follow the normal Gradle layout and run.
java intellij-idea intellij-13 gradle
clay May 15 '14 at 21:10 2014-05-15 21:10
source share