Hi:
I just went to build my app (gradlew buildWar) using 6.6.4 and I am getting this error:
* What went wrong:
Execution failed for task ':buildWar'.
> Could not resolve all dependencies for configuration ':rade-almark-web:webcontent'.
> Could not resolve com.haulmont.charts:charts-web-toolkit:6.6.4.
Required by:
project :rade-almark-web
> Could not resolve com.haulmont.charts:charts-web-toolkit:6.6.4.
> Could not get resource 'https://repo.cuba-platform.com/content/groups/premium/com/haulmont/charts/charts-web-toolkit/6.6.4/charts-web-toolkit-6.6.4.pom'.
> java.lang.NullPointerException (no error message)
Running with --info shows this:
Resource missing. [HTTP GET: https://repo.cuba-platform.com/content/groups/work/com/haulmont/charts/charts-web-toolkit/6.6.4/charts-web-toolkit-6.6.4.pom]
Resource missing. [HTTP HEAD: https://repo.cuba-platform.com/content/groups/work/com/haulmont/charts/charts-web-toolkit/6.6.4/charts-web-toolkit-6.6.4-web.zip]
Everything was working fine before I went from 6.6.3 to 6.6.4.
What do I do to fix this?