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 acccess 'image' #1060

Closed
juergenzimmermann opened this issue Sep 28, 2018 · 4 comments · Fixed by #1061
Closed

Cannot acccess 'image' #1060

juergenzimmermann opened this issue Sep 28, 2018 · 4 comments · Fixed by #1061
Milestone

Comments

@juergenzimmermann
Copy link

After upgrading to 0.9.11 I get this error message for build.gradle.kts:
Cannot acccess 'image': It is public in <anonymous>

grafik

@loosebazooka
Copy link
Member

loosebazooka commented Sep 28, 2018

That's weird, I mean if it's public, shouldn't it be accessible? Does moving back to 0.9.10 make the error go away?

Actually this seems to be because of these referencing the interface:

@coollog
Copy link
Contributor

coollog commented Oct 8, 2018

Hi @juergenzimmermann , we have just released v0.9.12 with the fix for this issue.

@coollog coollog modified the milestones: v0.10.0, v0.9.12 Oct 8, 2018
@breandan
Copy link

Thanks! This also fixes the issue I am having. The Gradle Kotlin DSL syntax for collections is still a little bit unpleasant. It requires writing something like jib.container.jvmFlags = listOf(...). It would be nice if this were just jib.container.jvmFlags(...), where the method took vararg parameters.

@coollog
Copy link
Contributor

coollog commented Oct 10, 2018

@breandan Thanks for letting us know! We'll take a look into improving this.

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

Successfully merging a pull request may close this issue.

4 participants