Maven build is generating protobuf messages for Typeshed symbols from a python script (see typeshed_serializer). In order for it to work properly it needs to have Python runtime and Typeshed available.
git submodule update --init
to retrieve Typeshed as a Git submodulemvn clean install
: execute full build, run tests for typeshed_serializer
mvn clean install -DskipTypeshed
: avoid running typeshed_serializer tests and build only Java maven modulesCopyright 2011-2022 SonarSource.
Licensed under the GNU Lesser General Public License, Version 3.0