File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-boot-actuator-autoconfigure
spring-boot-tools/spring-boot-antlib Expand file tree Collapse file tree 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) {
214214 attributes " spring-integration-docs" : integrationDocs
215215 }
216216 dependsOn test
217- inputs. dir(" ${ buildDir} /generated-snippets" )
217+ inputs. dir(" ${ buildDir} /generated-snippets" ). withPathSensitivity( PathSensitivity . RELATIVE )
218218}
219219
220220asciidoctor {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ processResources {
4141task integrationTest {
4242 dependsOn copyIntegrationTestSources, jar
4343 def resultsDir = file(" ${ buildDir} /test-results/integrationTest" )
44- inputs. dir file(" src/it" )
44+ inputs. dir( file(" src/it" )) . withPathSensitivity( PathSensitivity . RELATIVE )
4545 inputs. files(sourceSets. main. runtimeClasspath). withNormalizer(ClasspathNormalizer )
4646 outputs. dirs resultsDir
4747 doLast {
You can’t perform that action at this time.
0 commit comments