liferay / liferay-mobile-sdk

Other
47 stars 56 forks source link

Fix bug when calling gradle in daemon mode #28

Closed alejandrohdezma closed 8 years ago

alejandrohdezma commented 8 years ago

If you call the "createModule" task with a daemon running you won't have access to the System.Console, and therefore you will receive an "Error while getting console" error.

The solution to this bug is answered in this thread: http://stackoverflow.com/questions/19487576/gradle-build-null-console-object

brunofarache commented 8 years ago

Just started reviewing :)

:octocat: Sent from GH.

brunofarache commented 8 years ago

Thanks! Change merged.