Hi,
I see a different result in the plugin version number in build.gradle when I update a existing project (jmix 1.4.1 to 1.4.2), then the jmix plugin number is still 1.4.1:
plugins {
id 'io.jmix' version '1.4.1'
id 'java'
}
apply plugin: 'org.springframework.boot'
jmix {
bomVersion = '1.4.2'
}
But when I create a new project the plugin version number is now 1.4.2 (identic with the bomVersion):
plugins {
id 'io.jmix' version '1.4.2'
id 'java'
}
apply plugin: 'org.springframework.boot'
jmix {
bomVersion = '1.4.2'
}
Is the different version number for the plugin(s) correct?
Please can you explain what is the difference when the plugin has the ‘old’ version.
Jmix plugin 1.4.2
IntelliJ Ultimate 2022.3
Windows 10
Thanks in advance
Stefan