File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
spring-boot-project/spring-boot-docs Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -301,10 +301,11 @@ task runLoggingFormatExample(type: org.springframework.boot.build.docs.Applicati
301301}
302302
303303tasks. withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask ) {
304+ outputs. doNotCacheIf(" This task uses log files as inputs which contain changing data (timestamp, pid)" ) { true }
304305 dependsOn dependencyVersions
305- inputs. files(runRemoteSpringApplicationExample). withPathSensitivity(PathSensitivity . RELATIVE )
306- inputs. files(runSpringApplicationExample). withPathSensitivity(PathSensitivity . RELATIVE )
307- inputs. files(runLoggingFormatExample). withPathSensitivity(PathSensitivity . RELATIVE )
306+ inputs. files(runRemoteSpringApplicationExample). withPropertyName( " runRemoteSpringApplicationExample " ) . withPathSensitivity(PathSensitivity . RELATIVE )
307+ inputs. files(runSpringApplicationExample). withPropertyName( " runSpringApplicationExample " ) . withPathSensitivity(PathSensitivity . RELATIVE )
308+ inputs. files(runLoggingFormatExample). withPropertyName( " runLoggingFormatExample " ) . withPathSensitivity(PathSensitivity . RELATIVE )
308309 asciidoctorj {
309310 fatalWarnings = [' ^((?!successfully validated).)*$' ]
310311 }
You can’t perform that action at this time.
0 commit comments