Skip to content

Commit

Permalink
GEODE-7164: Fix issue with IntelliJ Gradle import (apache#4012)
Browse files Browse the repository at this point in the history
* GEODE-7164: Fix issue with IntelliJ Gradle import

- Configure IntelliJ's Gradle importer to check the "Inherit project
compile output path" option by default for imported gradle sub-projects
- Prevent error when delegating build/run actions to IntelliJ instead of
Gradle: "Cannot start compilation: the output path is not specified for
modules ..."

Authored-by: Aaron Lindsey <[email protected]>
  • Loading branch information
Aaron Lindsey authored and mhansonp committed Sep 6, 2019
1 parent 4ed44e1 commit 83b6565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/ide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ tasks.eclipse.dependsOn(cleanEclipse)

idea {
module {
inheritOutputDirs = true
downloadSources = true
}
}

0 comments on commit 83b6565

Please sign in to comment.