uploadArchives gradle task is not work

Hello! I’m try to upload my project artifact in repository with task uploadArchives , and he goes to exception

>Could not publish configuration 'archives'
   > Cannot publish artifact 'app-core-db.zip' as it does not exist.

exception and build.gradle in attachments
exception.txt (543 Bytes)
build.gradle (5.5 KB)

Hi,
If your project really doesn’t have any database scripts, create at least one empty file in the modules/core/db/init/hsql directory:
image

1 Like

All work , thanks a lot!