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 @@ -215,7 +215,7 @@ tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {
215
215
attributes " spring-integration-docs" : integrationDocs
216
216
}
217
217
dependsOn test
218
- inputs. dir(" ${ buildDir} /generated-snippets" )
218
+ inputs. dir(" ${ buildDir} /generated-snippets" ). withPathSensitivity( PathSensitivity . RELATIVE )
219
219
}
220
220
221
221
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