-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: None
-
Component/s: Dev Tools > Workspace
-
Labels:
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
- is fixed by
-
LPS-122958 As a Liferay Workspace developer, I would like to be able to extend Dockerfiles
-
- Open
-