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 @@ -284,10 +284,11 @@ task runLoggingFormatExample(type: org.springframework.boot.build.docs.Applicati
284
284
}
285
285
286
286
tasks. withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask ) {
287
+ outputs. doNotCacheIf(" This task uses log files as inputs which contain changing data (timestamp, pid)" ) { true }
287
288
dependsOn dependencyVersions
288
- inputs. files(runRemoteSpringApplicationExample). withPathSensitivity(PathSensitivity . RELATIVE )
289
- inputs. files(runSpringApplicationExample). withPathSensitivity(PathSensitivity . RELATIVE )
290
- inputs. files(runLoggingFormatExample). withPathSensitivity(PathSensitivity . RELATIVE )
289
+ inputs. files(runRemoteSpringApplicationExample). withPropertyName( " runRemoteSpringApplicationExample " ) . withPathSensitivity(PathSensitivity . RELATIVE )
290
+ inputs. files(runSpringApplicationExample). withPropertyName( " runSpringApplicationExample " ) . withPathSensitivity(PathSensitivity . RELATIVE )
291
+ inputs. files(runLoggingFormatExample). withPropertyName( " runLoggingFormatExample " ) . withPathSensitivity(PathSensitivity . RELATIVE )
291
292
asciidoctorj {
292
293
fatalWarnings = [' ^((?!successfully validated).)*$' ]
293
294
}
You can’t perform that action at this time.
0 commit comments