You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-plugin/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/JarIntegrationTests.java
Copy file name to clipboardExpand all lines: build-plugin/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/AbstractPackagerMojo.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,8 +124,8 @@ public abstract class AbstractPackagerMojo extends AbstractDependencyFilterMojo
124
124
* Include JAR tools.
125
125
* @since 3.3.0
126
126
*/
127
-
@Parameter(defaultValue = "true")
128
-
publicbooleanincludeTools = true;
127
+
@Parameter(defaultValue = "false")
128
+
publicbooleanincludeTools;
129
129
130
130
/**
131
131
* Layer configuration with options to disable layer creation, exclude layer tools
0 commit comments