I have an older Java project that is using Jmix modules, including the BPM ones. I am currently trying to build the project and it fails when fetching the jmix-bpm-ui-starter and io.jmix.bpm:jmix-bpm-ui-starter dependencies from Jmix Nexus repository. I have an active RAD license (not an Enterprise one).
Question: Do I need an Enterprise license just to build the project? I am not planning on developing/changing/improving the project in the BPM part (yet). I am currently trying to just build the project.
Similar question if I want to fix a bug, perhaps in parts that are not related to Jmix. Do I need an Enterprise license active to be able to rebuild my project?
I am using the latest IntelliJ IDEA with Jmix plugin version 2.2.3-241.
My project is built with Gradle, and the error that I get is:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not resolve io.jmix.bpm:jmix-bpm-starter:1.3.2.
Required by:
project :
> Could not resolve io.jmix.bpm:jmix-bpm-starter:1.3.2.
> Could not get resource 'https://global.repo.jmix.io/repository/premium/io/jmix/bpm/jmix-bpm-starter/1.3.2/jmix-bpm-starter-1.3.2.pom'.
> Could not GET 'https://global.repo.jmix.io/repository/premium/io/jmix/bpm/jmix-bpm-starter/1.3.2/jmix-bpm-starter-1.3.2.pom'. Received status code 403 from server: Forbidden
> Could not resolve io.jmix.bpm:jmix-bpm-ui-starter:1.3.2.
Required by:
project :
> Could not resolve io.jmix.bpm:jmix-bpm-ui-starter:1.3.2.
> Could not get resource 'https://global.repo.jmix.io/repository/premium/io/jmix/bpm/jmix-bpm-ui-starter/1.3.2/jmix-bpm-ui-starter-1.3.2.pom'.
> Could not GET 'https://global.repo.jmix.io/repository/premium/io/jmix/bpm/jmix-bpm-ui-starter/1.3.2/jmix-bpm-ui-starter-1.3.2.pom'. Received status code 403 from server: Forbidden
> Could not resolve io.jmix.bpm:jmix-bpm-starter:1.3.2.
Required by:
project : > io.jmix.bom:jmix-bom:1.3.2
> Could not resolve io.jmix.bpm:jmix-bpm-starter:1.3.2.
> Could not get resource 'https://global.repo.jmix.io/repository/premium/io/jmix/bpm/jmix-bpm-starter/1.3.2/jmix-bpm-starter-1.3.2.pom'.
> Could not GET 'https://global.repo.jmix.io/repository/premium/io/jmix/bpm/jmix-bpm-starter/1.3.2/jmix-bpm-starter-1.3.2.pom'. Received status code 403 from server: Forbidden
> Could not resolve io.jmix.bpm:jmix-bpm-ui-starter:1.3.2.
Required by:
project : > io.jmix.bom:jmix-bom:1.3.2
> Could not resolve io.jmix.bpm:jmix-bpm-ui-starter:1.3.2.
> Could not get resource 'https://global.repo.jmix.io/repository/premium/io/jmix/bpm/jmix-bpm-ui-starter/1.3.2/jmix-bpm-ui-starter-1.3.2.pom'.
> Could not GET 'https://global.repo.jmix.io/repository/premium/io/jmix/bpm/jmix-bpm-ui-starter/1.3.2/jmix-bpm-ui-starter-1.3.2.pom'. Received status code 403 from server: Forbidden