Skip to content

Commit 9ea7936

Browse files
committed
Merge branch 'master' into mwitcpalek/talonFX
2 parents 0c417e1 + 97b2776 commit 9ea7936

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,10 @@ dependencies {
9191
jar {
9292
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
9393
manifest edu.wpi.first.gradlerio.GradleRIOPlugin.javaManifest(ROBOT_MAIN_CLASS)
94+
manifest {
95+
attributes(
96+
'Implementation-Title': 'Third Coast Telemetry Utility (tct)',
97+
'Implementation-Version': '20.0.0'
98+
)
99+
}
94100
}

0 commit comments

Comments
 (0)