Build system indicators, Language keys and filtering SLF4J warnings

This commit is contained in:
Stef Tervelde
2025-07-02 20:34:37 +02:00
parent efd03dba54
commit 772567c540
5 changed files with 9 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ public class Compiler {
* @throws SketchException Only if there's a problem. Only then.
*/
static public boolean compile(JavaBuild build) throws SketchException {
System.out.println(Language.text("gradle.using_eclipse"));
// This will be filled in if anyone gets angry
SketchException exception = null;