Details
-
Type:
Bug
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: 1.0-milestone-4
-
Fix Version/s: None
Description
org.gradle.tooling.model.idea.IdeaCompilerOutput returned by the tooling api (ProjectConnection.getModel(BasicIdeaProject.class)) returns 'false' from 'getInheritOutputDirs()' but null from IdeaCompilerOutput.getOutputDir().
That contradicts to the contract (inherit project compile output or provide explicit module-local compile output).
Looks like a bug.