[dlt] Fix build.gradle description (#6682)

This commit is contained in:
Wispy
2024-05-31 15:43:51 -05:00
committed by GitHub
parent c1fc86033a
commit ae8e4289b9

View File

@@ -4,7 +4,7 @@ if (project.hasProperty('onlylinuxathena')) {
return;
}
description = "roboRIO Team Number Setter"
description = "A tool to download datalogs from a roborio"
apply plugin: 'cpp'
apply plugin: 'visual-studio'