Before running Gradle, update git submodule
I just noticed in this pipeline that indeed in addition to using the gitlab feature for submodules, we also need to run git submodule update
. I thought the gitlab feature maybe handles this automatically, but apparently it doesn't.