I have just set the JDK Version to be used in the parent project. Next I made sure that the child project references the latest parent and started a build.
It failed because $JAVA_HOME was not set.
So I explicitly set the JDK version in the child as well and started the build again.
This time $JAVA_HOME was set and the build succeeded.
=> To me it seems like this setting was not inherited, but it should be
I have just set the JDK Version to be used in the parent project. Next I made sure that the child project references the latest parent and started a build.
It failed because
$JAVA_HOME
was not set.So I explicitly set the JDK version in the child as well and started the build again.
This time
$JAVA_HOME
was set and the build succeeded.=> To me it seems like this setting was not inherited, but it should be