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
Besides that I tried to add a <from>openjdk:10-jre</from> or <from>openjdk:10</from> tag into <configuration> like in the doc and Jib crashes :
Unable to parse configuration of mojo com.google.cloud.tools:jib-maven-plugin:0.9.8:build for parameter from: Cannot find default setter in class com.google.cloud.tools.jib.maven.JibPluginConfiguration$FromConfiguration
The text was updated successfully, but these errors were encountered:
chanseokoh
changed the title
Cannot find default setter in class com.google.cloud.tools.jib.maven.JibPluginConfiguration$FromConfiguratio
Cannot find default setter in class com.google.cloud.tools.jib.maven.JibPluginConfiguration$FromConfiguration
Aug 3, 2018
@DidierSchonne
From #746 (comment):
Besides that I tried to add a
<from>openjdk:10-jre</from>
or<from>openjdk:10</from>
tag into<configuration>
like in the doc and Jib crashes :Unable to parse configuration of mojo com.google.cloud.tools:jib-maven-plugin:0.9.8:build for parameter from: Cannot find default setter in class com.google.cloud.tools.jib.maven.JibPluginConfiguration$FromConfiguration
The text was updated successfully, but these errors were encountered: