Skip to content

Commit 3ca1696

Browse files
author
Dave Syer
committed
Add layout=THIN to Gradle build
1 parent 1a9645d commit 3ca1696

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/SpringBootPluginExtension.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ enum LayoutType {
291291

292292
MODULE(new Layouts.Module()),
293293

294+
THIN(new Layouts.Thin()),
295+
294296
NONE(new Layouts.None());
295297

296298
Layout layout;

0 commit comments

Comments
 (0)