Browse Source

Fix gradle plugin validation error

pull/20242/head
Madhura Bhave 6 years ago
parent
commit
c5bce2b99d
  1. 1
      spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootJar.java

1
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootJar.java

@ -170,7 +170,6 @@ public class BootJar extends Jar implements BootArchive { @@ -170,7 +170,6 @@ public class BootJar extends Jar implements BootArchive {
@Optional
@Nested
@Input
public LayerConfiguration getLayerConfiguration() {
return this.layerConfiguration;
}

Loading…
Cancel
Save