Bundle spark (#11093)

This commit is contained in:
Riley Park
2024-07-20 09:35:39 -07:00
parent 2b8d0d6df8
commit bb682e9548
3 changed files with 359 additions and 10 deletions

View File

@@ -544,6 +544,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ public boolean useDisplayNameInQuitMessage = false;
+ }
+
+ public Spark spark;
+
+ public class Spark extends ConfigurationPart {
+ public boolean enabled = true;
+ public boolean enableImmediately = false;
+ public boolean preferSparkPlugin = false;
+ }
+
+ @Deprecated(forRemoval = true)
+ public Timings timings;
+