Hi,
I had installed the trial version of the maps add-on module in one of my project and I’ve replaced it with a licensed one. Once my subscription was activated, the project failed to build and I’ve noticed several problems: In particular:
- When I try to reload all Gradle projects, the process takes about 30 minutes.
- When the process in (1) is completed , I get the following error:
Execution failed for task ‘:jbp-web:buildScssThemes’.
Could not resolve all dependencies for configuration ‘:jbp-web:compile’.
Could not resolve org.webjars.npm:domelementtype:[2.2.0,3).
Required by:
project :jbp-web > com.haulmont.addon.grapesjs:grapesjs-web:0.5.3 > org.webjars.npm:github-com-artf-grapesjs-preset-newsletter:0.2.20 > org.webjars.npm:juice:4.3.2 > org.webjars.npm:web-resource-inliner:4.3.4 > org.webjars.npm:htmlparser2:4.1.0 > org.webjars.npm:domutils:2.5.1
project :jbp-web > com.haulmont.addon.grapesjs:grapesjs-web:0.5.3 > org.webjars.npm:github-com-artf-grapesjs-preset-newsletter:0.2.20 > org.webjars.npm:juice:4.3.2 > org.webjars.npm:web-resource-inliner:4.3.4 > org.webjars.npm:htmlparser2:4.1.0 > org.webjars.npm:domhandler:4.1.0
Failed to list versions for org.webjars.npm:domelementtype.
Unable to load Maven meta-data from https://repo.cuba-platform.com/content/groups/premium/org/webjars/npm/domelementtype/maven-metadata.xml.
Could not get resource ‘https://repo.cuba-platform.com/content/groups/premium/org/webjars/npm/domelementtype/maven-metadata.xml’.
Could not GET ‘https://repo.cuba-platform.com/content/groups/premium/org/webjars/npm/domelementtype/maven-metadata.xml’. Received status code 403 from server: Forbidden
I had previously installed the grapejs add-on but I uninstalled it and the error message remains.
In addition to that, I have defined the username & password based on my subscription for premium repository in build.gradle:
maven {
url ‘https://repo.cuba-platform.com/content/groups/premium’
credentials {
username('XXXXXX')
password('YYYYYY')
}
}
Please advice since I’ve been working on a large project and now it is not working.
Regards,
George