You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release scripts relies on a couple of libraries for building the release. It is safer to be more platform independent, therefore, we can rely on docker, curl and git only. For the time being, sed is also accepted. Therefore, the following libraries should be "dockerized" in the script:
npm @ l4, l184-l187, l193, l196
mvn @ l20, l122, l123, l265
The text was updated successfully, but these errors were encountered:
The release scripts relies on a couple of libraries for building the release. It is safer to be more platform independent, therefore, we can rely on
docker
,curl
andgit
only. For the time being,sed
is also accepted. Therefore, the following libraries should be "dockerized" in the script:npm
@ l4, l184-l187, l193, l196mvn
@ l20, l122, l123, l265The text was updated successfully, but these errors were encountered: