-
tasks.named('bootBuildImage') { }
-
bootBuildImage { }
I find the source for the first usage in spring boot gradle plugin document , but I cannot find the source for the second one. And what difference between them?
I want to know source for the second usage, I cannot find in both gradle official document and spring boot gradle official document.