From de2e3bc26220cd99f988dc7be817b6dc9903c4ce Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Wed, 8 Dec 2021 22:18:39 +0300 Subject: [PATCH] Update validateExamples.sh --- examples/validateExamples.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/validateExamples.sh b/examples/validateExamples.sh index ef74ae86d6..580a923fe9 100755 --- a/examples/validateExamples.sh +++ b/examples/validateExamples.sh @@ -1,6 +1,7 @@ #!/bin/bash -# Script to build all examples, to verify if they can compile +# Script to build most of the examples, to verify if they can compile. +# Don't add examples, which don't depend on maven.pkg.jetbrains.space, because they won't be able to compile. set -euo pipefail