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
301
301
}
302
302
303
303
tasks. withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask ) {
304
+ outputs. doNotCacheIf(" This task uses log files as inputs which contain changing data (timestamp, pid)" ) { true }
304
305
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 )
308
309
asciidoctorj {
309
310
fatalWarnings = [' ^((?!successfully validated).)*$' ]
310
311
}
You can’t perform that action at this time.
0 commit comments