Tengo un proyecto Java + Gradle muy simple. Se construye bien. Funciona bien desde el shell con "gradle run". Sin embargo, si trato de ejecutar dentro de IntelliJ, obtengo: Cannot start compilation: the output path is not specified for module "xyz" Specify the output path in Configure Project. Mi...