From 895be0c925d446e83c56ed97c69f816555fe2c89 Mon Sep 17 00:00:00 2001 From: Fedor Isakov Date: Wed, 22 Feb 2023 13:40:53 +0100 Subject: [PATCH] Update INSTALL.txt with info on dependencies --- INSTALL.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.txt b/INSTALL.txt index dcf2e74c..01815305 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -9,6 +9,12 @@ Prerequisites: for building the whole project, as samples expect the compiled languages to be available in a project library. +## Necessary step to execute *before* everything else + +This downloads all the dependencies: + + ./gradlew -b dependencies.gradle + ## To fully build the project including all subprojects, execute: ## mvn -Dmaven.javadoc.skip=true -B -f reactor install && ./gradlew assemble