File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
spring-boot-tools/spring-boot-loader-tools Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ task fullJar(type: Jar) {
116
116
zipTree(configurations. loader. singleFile). matching {
117
117
exclude " META-INF/LICENSE.txt"
118
118
exclude " META-INF/NOTICE.txt"
119
+ exclude " META-INF/spring-boot.properties"
119
120
}
120
121
}
121
122
manifest {
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ task reproducibleLoaderJar(type: Jar) {
41
41
zipTree(configurations. loader. incoming. files. singleFile). matching {
42
42
exclude " META-INF/LICENSE.txt"
43
43
exclude " META-INF/NOTICE.txt"
44
+ exclude " META-INF/spring-boot.properties"
44
45
}
45
46
}
46
47
reproducibleFileOrder = true
@@ -55,6 +56,7 @@ task reproducibleJarModeLayerToolsJar(type: Jar) {
55
56
zipTree(configurations. jarmode. incoming. files. singleFile). matching {
56
57
exclude " META-INF/LICENSE.txt"
57
58
exclude " META-INF/NOTICE.txt"
59
+ exclude " META-INF/spring-boot.properties"
58
60
}
59
61
}
60
62
reproducibleFileOrder = true
You can’t perform that action at this time.
0 commit comments