Skip to content

Commit

Permalink
Fix java build.gradle braces (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Nov 7, 2024
1 parent 84c07fe commit 8d8230c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode-wpilib/resources/gradle/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ deploy {
files = project.fileTree('src/main/deploy')
directory = '/home/lvuser/deploy'
deleteOldFiles = false // Change to true to delete files on roboRIO that no
// longer exist in deploy directory on roboRIO }
// longer exist in deploy directory on roboRIO
}
}
}
}
Expand Down

0 comments on commit 8d8230c

Please sign in to comment.