frc5431 / TitanUtil

A collection of utility classes to make robot programming easier
BSD 2-Clause "Simplified" License
9 stars 2 forks source link

Create jar for releases #2

Closed liavt closed 6 years ago

liavt commented 6 years ago

We can eventually set up some script that when you create a release, it compiles it into a library jar. That way people can just add the .jar file to their project instead of copying and pasting the file. With that same script you can also do unit testing on push.

smerkousdavid commented 6 years ago

Gradle task buildJar will now build a fat jar of the library