Add warning to not disable jar task when building native images
Closes gh-33238
This commit is contained in:
parent
2f34346acf
commit
9206b6cda1
|
|
@ -76,6 +76,8 @@ include::../gradle/packaging/only-boot-jar.gradle[tags=disable-jar]
|
|||
include::../gradle/packaging/only-boot-jar.gradle.kts[tags=disable-jar]
|
||||
----
|
||||
|
||||
WARNING: Do not disable the `jar` task when creating native images.
|
||||
See https://github.com/spring-projects/spring-boot/issues/33238[#33238] for details.
|
||||
|
||||
|
||||
[[packaging-executable.configuring]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue