File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
vscode-wpilib/resources/gradle Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ deploy {
29
29
files = project. fileTree(' src/main/deploy' )
30
30
directory = ' /home/lvuser/deploy'
31
31
}
32
+
33
+ // deploy and debug info artifact
34
+ frcStaticFileDeploy(getArtifactTypeClass(' FileTreeArtifact' )) {
35
+ files = project. fileTree(' build/debug/' )
36
+ directory = ' /home/lvuser/debug'
37
+ }
32
38
}
33
39
}
34
40
}
Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ deploy {
28
28
files = project. fileTree(' src/main/deploy' )
29
29
directory = ' /home/lvuser/deploy'
30
30
}
31
+
32
+ // deploy and debug info artifact
33
+ frcStaticFileDeploy(getArtifactTypeClass(' FileTreeArtifact' )) {
34
+ files = project. fileTree(' build/debug/' )
35
+ directory = ' /home/lvuser/debug'
36
+ }
31
37
}
32
38
}
33
39
}
Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ deploy {
34
34
files = project. fileTree(' src/main/deploy' )
35
35
directory = ' /home/lvuser/deploy'
36
36
}
37
+
38
+ // deploy and debug info artifact
39
+ frcStaticFileDeploy(getArtifactTypeClass(' FileTreeArtifact' )) {
40
+ files = project. fileTree(' build/debug/' )
41
+ directory = ' /home/lvuser/debug'
42
+ }
37
43
}
38
44
}
39
45
}
You can’t perform that action at this time.
0 commit comments