mirror of
https://github.com/apple/pkl.git
synced 2026-03-26 02:51:13 +01:00
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:
@@ -32,5 +32,5 @@ dependencies {
|
||||
tasks.test {
|
||||
inputs.files(fileTree("modules").matching {
|
||||
include("**/pages/*.adoc")
|
||||
})
|
||||
}).withPropertyName("asciiDocFiles").withPathSensitivity(PathSensitivity.RELATIVE)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user