Cuba license issue

Hi Cuba Team,

I am getting the below issue

[https://repo.cuba-platform.com/content/groups/premium/com/haulmont/reports/reports-global/6.5.7/reports-global-6.5.7.pom](https://repo.cuba-platform.com/content/groups/premium/com/haulmont/reports/reports-global/6.5.7/reports-global-6.5.7.pom)

In my project **PREMIUM_USER ** and **PREMIUM_PASSWORD ** are giving null.

I have done the following steps.

  1. Assemble Project
  2. Clean
  3. Create or Update IDEA project files

Please find the attachments
license-issue

password-null

I have gone through the attached link

https://doc.cuba-platform.com/manual-6.1/build.gradle.html?_ga=2.193232493.1712047111.1518416528-1724288271.1511164915

How could I resolve the issue

Thanks,
Sushma

Resolved this issue by Importing Gradle and Restarted the cuba studio.

Actually, you don’t need to import build.gradle in IntelliJ. Better create IDE project files via Studio’s Build menu and open <your-project>.ipr in the IDE. Or do it in the command line:

gradlew idea

Okay, I will follow this.

Thanks!!