Make LayoutType public
Closes gh-9067
This commit is contained in:
@@ -294,7 +294,7 @@ public class SpringBootPluginExtension {
|
||||
/**
|
||||
* Layout Types.
|
||||
*/
|
||||
enum LayoutType {
|
||||
public enum LayoutType {
|
||||
|
||||
JAR(new Layouts.Jar()),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user