Enable caching of native image building and test tasks (#409)

Enable caching for the native image building task and improves the caching effectiveness of some of the test tasks in the project.
This commit is contained in:
Stefano Baghino
2024-04-18 17:28:56 +02:00
committed by GitHub
parent 31917d1556
commit 81bfdb7cbd
4 changed files with 16 additions and 14 deletions

View File

@@ -32,5 +32,5 @@ dependencies {
tasks.test {
inputs.files(fileTree("modules").matching {
include("**/pages/*.adoc")
})
}).withPropertyName("asciiDocFiles").withPathSensitivity(PathSensitivity.RELATIVE)
}