Hi all, I was playing around with the new IntelliJ Worktree support (Checking out multiple versions of the same project) and got a failure in node-commons.
Having a deeper look at it, it seems that the build requires iotdb to be a git repository. While this is true for regularly checked-out code, it would not work when building IoTDB from a source bundle downloaded from Apache. I think we shouldn’t require such a plugin in our build. What is it used for anyway? Chris
