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
Caused by: java.nio.file.NoSuchFileException: <...>/jib-war-helloworld-test/build/jib-exploded-war/WEB-INF/lib
at com.google.cloud.tools.jib.gradle.GradleLayerConfigurations.getForWarProject(GradleLayerConfigurations.java:182)
at com.google.cloud.tools.jib.gradle.GradleLayerConfigurations.getForProject(GradleLayerConfigurations.java:62)
at com.google.cloud.tools.jib.gradle.GradleProjectProperties.getForProject(GradleProjectProperties.java:67)
The text was updated successfully, but these errors were encountered:
In
GradleLayerConfigurations
,Files.list()
may fail ifWEB-INF/lib
doesn't exist.The text was updated successfully, but these errors were encountered: