Hello @mbucan ,
thank you for your quick answer. I am not sure, if I understood correctly: I can not migrate, I have to recreate all projects to migrate?
I hope, I misunderstood. The reason for not being able to migrate all our applications to an up-to-date Jmix version is, that there is no migration path.
Furthermore creating a new project in a non-Internet environment is still pretty much a pain because, I have to adjust settings.gradle
and the gradle-wrapper manually in every single new project. I know, there are templates - but I don’t find time to keep templates up-to-date.
I am talking about multiple applications and an add-on project with 20 sub-projects.
Meanwhile I tried to simply update the versions manually and reinstall the gradle wrapper without using the studio.
But the build fails (paths and names redacted):
Could not find io.jmix.ui:jmix-ui:1.6.0.
Searched in the following locations:
- file:/home/me/projects/jmix/jmix-addons-company/libs/jmix-ui-1.6.0.jar
- file:/home/me/projects/jmix/jmix-addons-company/libs/jmix-ui.jar
- file:/home/me/.m2/repository/io/jmix/ui/jmix-ui/1.6.0/jmix-ui-1.6.0.pom
- https://nexus3.company.org/repository/maven-central/io/jmix/ui/jmix-ui/1.6.0/jmix-ui-1.6.0.pom
- https://nexus3.company.org/repository/jmix/io/jmix/ui/jmix-ui/1.6.0/jmix-ui-1.6.0.pom
Required by:
project :jmix-company-base-ui > io.jmix.bom:jmix-bom:1.6.0