From b0a068b7427f45e9a6d8e0933cc2e8fd6f0db878 Mon Sep 17 00:00:00 2001 From: Ludovic Apvrille <ludovic.apvrille@telecom-paris.fr> Date: Mon, 7 Jun 2021 15:57:44 +0200 Subject: [PATCH] Update on Makefile: falling back .... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eee5c71fab..9274f45c06 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GRADLE_OPTIONS = --parallel #GRADLE_OPTIONS = GRADLE = $(shell which gradle) GRADLE_VERSION_NEEDED = 3.3 -ERROR_MSG = printf "$(COLOR)\nBuild with gradle failed. Falling back to regular javac command...\n$(RESET)" +ERROR_MSG = printf "$(COLOR)\nBuild with gradle failed. Falling back to regular javac command...\nCompilation or execution of TTool may thus fail...\n\n$(RESET)" NO_GUI_TESTS = avatartranslator.* graph.* help.* launcher.* myutil.* tmltranslator.* -- GitLab