Skip to content
Snippets Groups Projects
Commit 7ee6eb65 authored by Florian Lugou's avatar Florian Lugou
Browse files

mentioned settings.gradle in ttool_dev_infrastructure

parent 8564e245
No related branches found
No related tags found
No related merge requests found
......@@ -792,6 +792,11 @@ changes. In particular:
\item If a javac flag should be added or removed
\end{itemize}
There is another gradle configuration file in the root folder of TTool:
\texttt{settings.gradle}. The purpose of this file is to list the sub-projects
of TTool. It should thus be modified when a new sub-project is created or if you
want a sub-project not to be compiled when calling \texttt{gradle build}.
In order to build all projects, run:
\begin{verbatim}
gradle build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment