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
Currently, jib-core needs to be published to the local Maven repo and jib-maven-plugin imports jib-core as a dependency. This can be restructured such that jib-maven-plugin can directly use the jib-core classes.
Possible solution:
Add root project pom that has jib-core and jib-maven-plugin as dependencies
It can run the Gradle build for jib-core.
The text was updated successfully, but these errors were encountered:
Currently,
jib-core
needs to be published to the local Maven repo andjib-maven-plugin
importsjib-core
as a dependency. This can be restructured such thatjib-maven-plugin
can directly use thejib-core
classes.Possible solution:
jib-core
andjib-maven-plugin
as dependenciesjib-core
.The text was updated successfully, but these errors were encountered: