Following error occurs when updating to 3.2.0:
1.5.0 version of sw-responsive-global appears to be missing:
Following error occurs when updating to 3.2.0:
1.5.0 version of sw-responsive-global appears to be missing:
Same error with me. Also the build gradle has two dashboard dependencies
dependencies {
appComponent("com.haulmont.cuba:cuba-global:$cubaVersion")
appComponent("com.haulmont.reports:reports-global:$cubaVersion")
appComponent("com.haulmont.charts:charts-global:$cubaVersion")
appComponent('com.haulmont.addon.dashboard:dashboard-global:3.2.0.BETA1')
appComponent('com.haulmont.addon.dashboardchart:dashboardchart-global:1.3.0')
appComponent('com.haulmont.addon.restapi:restapi-global:7.2.0')
appComponent('com.haulmont.addon.dashboard:dashboard-global:3.2.0')
}
regards
Umesh
I have the same problem
Saludos
Sergio
I have the same problem …
Regards
Marcio
Same problem here:
A problem occurred configuring project ':scope-fb-core'.
> Could not resolve all dependencies for configuration ':appComponent'.
> Could not resolve org.strangeway.responsive:sw-responsive-global:1.5.0.
Required by:
project : > com.haulmont.addon.dashboard:dashboard-global:3.2.0
> Could not resolve org.strangeway.responsive:sw-responsive-global:1.5.0.
> Could not get resource 'https://repo.cuba-platform.com/content/groups/premium/org/strangeway/responsive/sw-responsive-global/1.5.0/sw-responsive-global-1.5.0.pom'.
> Could not GET 'https://repo.cuba-platform.com/content/groups/premium/org/strangeway/responsive/sw-responsive-global/1.5.0/sw-responsive-global-1.5.0.pom'. Received status code 403 from server: Forbidden
Check below. There is no v1.5.0 on your repository, just v1.5-SNAPSHOT.
By mistake sw-responsive add-on was not fully published. Now all dependencies are in repository. Please try to sync your project again.
Regards,
Evgeny