mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
Build system indicators, Language keys and filtering SLF4J warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user