Commit 063d301f authored by Stephane Nicoll's avatar Stephane Nicoll

Make LayoutType public

Closes gh-9067
parent 54a8dc5b
...@@ -294,7 +294,7 @@ public class SpringBootPluginExtension { ...@@ -294,7 +294,7 @@ public class SpringBootPluginExtension {
/** /**
* Layout Types. * Layout Types.
*/ */
enum LayoutType { public enum LayoutType {
JAR(new Layouts.Jar()), JAR(new Layouts.Jar()),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment