You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the issue:
I have two application with same root project and wanted to create two jib build tasks with build.gradle file but unable to achieve that
error: cannot create jib tasks as dorectly extending abstracttask is not supported Expected behavior:
Steps to reproduce:
added two jib tasks for container code in build.gradle
Log output:
Error::
cannot create task jibdevapp1 as directly extending abstractTask is not supported
Let me know if there is any workaround for this, i have also tried to create function of jib and provide the both images data as variable in loop but it still fails on the same error. Additional Information:
The text was updated successfully, but these errors were encountered:
hey @blakeli0, Thanks for looking into it, any comment on above issue? is it possible to create two container images with single build.gradle file? if yes, then please provide me way to do this, thanks
Environment:
development
Description of the issue:
I have two application with same root project and wanted to create two jib build tasks with build.gradle file but unable to achieve that
error: cannot create jib tasks as dorectly extending abstracttask is not supported
Expected behavior:
Steps to reproduce:
jib-gradle-plugin
Configuration:Log output:
Error::
cannot create task jibdevapp1 as directly extending abstractTask is not supported
Let me know if there is any workaround for this, i have also tried to create function of jib and provide the both images data as variable in loop but it still fails on the same error.
Additional Information:
The text was updated successfully, but these errors were encountered: