File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
spring-boot-project/spring-boot-tools/spring-boot-loader-tools Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ dependencies {
35
35
testImplementation(" org.zeroturnaround:zt-zip:1.13" )
36
36
}
37
37
38
- sourceSets {
39
- main {
40
- resources. srcDirs generatedResources
41
- }
42
- }
43
-
44
38
task reproducibleLoaderJar (type : Jar ) {
45
39
dependsOn configurations. loader
46
40
from {
@@ -69,9 +63,10 @@ task reproducibleJarModeLayerToolsJar(type: Jar) {
69
63
destinationDirectory = file(" ${ generatedResources} /META-INF/jarmode" )
70
64
}
71
65
72
- processResources {
73
- dependsOn reproducibleLoaderJar
74
- dependsOn reproducibleJarModeLayerToolsJar
66
+ sourceSets {
67
+ main {
68
+ output. dir(generatedResources, builtBy : [reproducibleJarModeLayerToolsJar, reproducibleLoaderJar])
69
+ }
75
70
}
76
71
77
72
compileJava {
You can’t perform that action at this time.
0 commit comments