Skip to content

Commit fa3d939

Browse files
Disable file deletion
1 parent 68ca3be commit fa3d939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ deploy {
5656
directory = '/home/lvuser/deploy'
5757
// Change to true to delete files on roboRIO that no
5858
// longer exist in deploy directory on roboRIO (suggested during development)
59-
deleteOldFiles = true
59+
deleteOldFiles = false
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)