...
Code Block |
---|
[ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project io.cdap.cdap:cdap:6.5.0-SNAPSHOT (/workspace/cdap-build/cdap/pom.xml) has 1 error [ERROR] Child module /workspace/cdap-build/cdap/cdap-ui of /workspace/cdap-build/cdap/pom.xml does not exist |
Run this to update the submodule
Code Block |
---|
git submodule update --init --recursive --remote |
...