Javi Roman created MYRIAD-266: --------------------------------- Summary: Change out folder to build in Gradle IDEA Plugin Key: MYRIAD-266 URL: https://issues.apache.org/jira/browse/MYRIAD-266 Project: Myriad Issue Type: Improvement Components: Executor, Scheduler Reporter: Javi Roman Assignee: Javi Roman
Gradle generate the compilation output to build folder by default. However when the compilation is executed within IDEA IDEA, the output folder is out. Change the .ipr file created by ./gradlew idea with "build" folder by default, in order to synchronise the IDE and the CLI gradle usage. -- This message was sent by Atlassian JIRA (v7.6.3#76005)