File tree 2 files changed +2
-2
lines changed
spring-boot-actuator-autoconfigure
spring-boot-tools/spring-boot-antlib
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {
214
214
attributes " spring-integration-docs" : integrationDocs
215
215
}
216
216
dependsOn test
217
- inputs. dir(" ${ buildDir} /generated-snippets" )
217
+ inputs. dir(" ${ buildDir} /generated-snippets" ). withPathSensitivity( PathSensitivity . RELATIVE )
218
218
}
219
219
220
220
asciidoctor {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ processResources {
41
41
task integrationTest {
42
42
dependsOn copyIntegrationTestSources, jar
43
43
def resultsDir = file(" ${ buildDir} /test-results/integrationTest" )
44
- inputs. dir file(" src/it" )
44
+ inputs. dir( file(" src/it" )) . withPathSensitivity( PathSensitivity . RELATIVE )
45
45
inputs. files(sourceSets. main. runtimeClasspath). withNormalizer(ClasspathNormalizer )
46
46
outputs. dirs resultsDir
47
47
doLast {
You can’t perform that action at this time.
0 commit comments