mirror of
https://github.com/apple/pkl.git
synced 2026-04-11 03:06:55 +02: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:
@@ -14,6 +14,6 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
inputs.dir("src/test/files/SnippetTests/input")
|
||||
inputs.dir("src/test/files/SnippetTests/output")
|
||||
inputs.dir("src/test/files/SnippetTests/input").withPropertyName("snippetTestsInput").withPathSensitivity(PathSensitivity.RELATIVE)
|
||||
inputs.dir("src/test/files/SnippetTests/output").withPropertyName("snippetTestsOutput").withPathSensitivity(PathSensitivity.RELATIVE)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user