Skip to content
Snippets Groups Projects
Commit 6d4a3a7f authored by Cats's avatar Cats
Browse files

fix createLink

parent fb1a2c68
No related branches found
No related tags found
1 merge request!17Caching related changes
......@@ -106,7 +106,9 @@ task appendToStringArray {
}
task createLink {
File inputFile
# Making this of type File will create a link to the copy of the file in the execution
# folder, instead of the actual file.
String inputFile
String outputPath
command {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment