Logo image not deployed after upgrading to 7.2

Since I upgraded to 7.2, I am seeing where my Login Logo image is not sent to my deployment directory/folder.

Logos for my application and login window are specified in
Modules \ web \ messages.properties as follows:

application.logoImage = branding/kmd_menu_128x128.png
loginWindow.logoImage = branding/kmd_login_64x64.png

After building and running my application, the logo images are not displayed and the image files are not being copied into the deployment folder as it was doing prior to version 7.2 upgrade.

Has something changed with regards to logo images in the new 7.2 version ?

Hello @robert.gilbert,

Unfortunately, I cannot reproduce this problem. I have tried to migrate project with custom logo (7.1.4) to 7.2.0 and custom logo is copied to a deploy folder.

Could you reproduce this problem in a new demo project? Also, try to clean your project (gradlew clean) and remove a tomcat folder.