Appu
Appu
I can trigger the build failure if I include those libraries. I would have to do something insane to verify all the libraries. The only thing I can think of...
Hey @prashantpro. Thanks for bringing this up. The workaround for this is to just directly reference the target that the link is referencing. I image that would be annoying if...
That's strange,[ we already do depend on the 'jar' task](https://github.com/GoogleContainerTools/jib/blob/bde79c6fb8e4c7dc4f1284d75c8ce2c7dc5e92a4/jib-gradle-plugin/src/main/java/com/google/cloud/tools/jib/gradle/JibPlugin.java#L184-L187). Do you have a complicated build? Can you share your build.gradle with us? In the failure config can you run...
I cannot reproduce this locally. Jib with containerizingMode="packaged" automatically adds the jar task as a dependency in my tests. You will have to provide us with a breaking example to...
It should not be required to use the `afterEvaluate` block. What version of gradle are you using?
I suspect using `afterEvaluate` is triggering something too late in the JibPlugin config. Because we are configuring our own task in an `afterEvaluate` block. If our code in our `afterEvaluate`...
I think you can use this while we figure out lazy evaluation. You can specify that one item in afterEvaluate and the rest of the jib items outside of it....
I think `containerizingMode` is a special case that affects the build tree (rather than just the jib process). For everything else, `afterEvaluate` can be a fine stopgap while we eventually...
@tamtakoe this is probably too specific to be in the scope of jib's responsibilities. Could you maybe calculate this before and load the value into jibs config -- using something...
@chanseokoh should we do some sort of weekly cron cleanup at 2am on sunday?