Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find default setter in class com.google.cloud.tools.jib.maven.JibPluginConfiguration$FromConfiguration #791

Closed
chanseokoh opened this issue Aug 3, 2018 · 3 comments

Comments

@chanseokoh
Copy link
Member

@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

@chanseokoh
Copy link
Member Author

Ah, it should be

<from><image>openjdk:10-jre</image></from>

@chanseokoh 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
@chanseokoh
Copy link
Member Author

@DidierSchonne put <image> inside <from>. I don't find a doc without <image>. I'll close this issue, but if you find a doc in error, please re-open.

@DidierSchonne
Copy link

@chanseokoh, my apologies, I dig out a very old doc through Google, shame on me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants