File tree Expand file tree Collapse file tree
src/main/java/studio/o7/remora/extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77@ Data
88public class FrameworkExtension {
99 @ Optional
10- private final Lombok lombok = new Lombok ();
10+ private Lombok lombok = new Lombok ();
1111 @ Optional
12- private final FastUtils fastUtils = new FastUtils ();
12+ private FastUtils fastUtils = new FastUtils ();
1313
1414 @ Data
1515 public static class Lombok {
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ public class RemoraExtension {
2626 /**
2727 * Configuration of included frameworks.
2828 */
29- private final FrameworkExtension framework = new FrameworkExtension ();
29+ private FrameworkExtension framework = new FrameworkExtension ();
3030
3131 /**
3232 * Configuration of publishing strategies.
3333 */
34- private final PublishingExtension publishing = new PublishingExtension ();
34+ private PublishingExtension publishing = new PublishingExtension ();
3535}
You can’t perform that action at this time.
0 commit comments