Build issue after upgrade to Platform 6.6.2

Hi,

After upgrading to v6.6.2, I am unable to build my war. The problem seems to be missing reports project files, see attached error message. I have also attached the entire output from the gradle build.

This was also a problem when I upgraded to v6.5.6+. I currently use the core modules of Cuba as well as the Reports module. The local build and deploy works fine.


* Where:
Build file '/Users/eddy/studio-projects/<project>/build.gradle' line: 82

* What went wrong:
A problem occurred evaluating root project '<project>'.
> A problem occurred configuring project ':app-global'.
   > Could not resolve all dependencies for configuration ':appComponent'.
      > Could not resolve com.haulmont.reports:reports-global:6.6.2.
        Required by:
            project :
         > Could not resolve com.haulmont.reports:reports-global:6.6.2.
            > Could not get resource 'https://repo.cuba-platform.com/content/groups/premium/com/haulmont/reports/reports-global/6.6.2/reports-global-6.6.2.pom'.
               > java.lang.NullPointerException (no error message)

Appreciate your help.

Thanks,
Eddy

build-output.txt (30.5K)

Hi,

How did you start your build? From a command line or from CUBA Studio? In case you use command line, check this page Configuring Access to Repository - CUBA Platform. Developer’s Manual

I build mine through the command line. Will run thru the doc.

Thanks for the info!