Minor, use headless mode in BuiltInsSerializer
This commit is contained in:
@@ -54,6 +54,7 @@ public class BuiltInsSerializer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) throws IOException {
|
public static void main(String[] args) throws IOException {
|
||||||
|
System.setProperty("java.awt.headless", "true");
|
||||||
serializeToDir(new File(DEST_DIR), System.out);
|
serializeToDir(new File(DEST_DIR), System.out);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user