-
Notifications
You must be signed in to change notification settings - Fork 41.2k
I am using Kotlin + Spring Boot Gradle Project , Getting error Cannot access 'publish': it is private in 'BootBuildImage' #25453
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
Labels
status: superseded
An issue that has been superseded by another
type: documentation
A documentation update
Comments
You simply have to use
or
|
Thanks, @jnizet. |
Our Kotlin example in the docs is wrong. We're missing a few tests in |
@wilkinsona Note that the wrong |
Closing in favor of PR #25454 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: superseded
An issue that has been superseded by another
type: documentation
A documentation update
I am using Kotlin + Spring Boot Gradle Project , Getting error Cannot access 'publish': it is private in 'BootBuildImage' when adding this BootBuildImage task plugin , any advise ?
build.gradle.kts:98:2: Cannot access 'publish': it is private in 'BootBuildImage'
The text was updated successfully, but these errors were encountered: