Cant initailize extension project
I followed the developer guide for eclipse, but after I run a initializeExtensionProject Gradle task it fails with following message:
Execution failed for task ':initializeExtensionProject'.
Details: http://pastebin.com/jnsJaHY5
Any idea what is causing this?
EDIT: if I ran the task in command line, it builds the project succesfully
Find more posts tagged with
Sort by:
1 - 3 of
31
Hi,
it seems that gradle cannot retrieve the console via System.console. Can you please specify your eclipse and gradle plugin version?