Details
-
Bug
-
Status: Ready for Testing
-
Resolution: Fixed
-
Master
-
None
Description
Right now if you have a workspace project and in your build.gradle you try to add custom docker tasks like this:
task log(type: DockerLogsContainer) log { follow = false tailCount = 50 dockerContainerId { "my-Container-Id" } }
When you execute `gw log` you will get the following error:
* What went wrong: Execution failed for task ':log'. > Cannot invoke method withContext() on null object
Attachments
Issue Links
- is fixed by
-
LPS-122958 As a Liferay Workspace developer, I would like to be able to extend Dockerfiles
-
- Ready for Testing
-