* What went wrong:
A problem occurred configuring root project 'lp-server-root'.
> Could not create task ':jib'.
> Task with name ':lp-server-deploy:jib' not found in root project 'lp-server-root'.
named
should evaluate lazily, but I feel like the
dependsOn
might be forcing it to resolve early.
g
gildor
05/26/2019, 10:10 AM
But why? When you call jib it will execute task with this name in all modules
s
snowe
05/28/2019, 5:06 PM
yes, and why would I want to create a docker image for all modules. I only want it for my runnable module. Therefore I only apply it to the runnable module, but I want to be able to run the task from the root module.