wpilibsuite / native-utils

Gradle utility plugin for compiling native libraries
Other
4 stars 21 forks source link

Add support for signing binaries #65

Open prateekma opened 3 years ago

prateekma commented 3 years ago

Currently we do it in allwpilib like this: https://github.com/wpilibsuite/allwpilib/blob/main/build.gradle#L104

It would be nice to have this functionality in native-utils so that it can be used in any native Gradle project.

rzblue commented 1 month ago

Updated link: https://github.com/wpilibsuite/allwpilib/blob/fe80d72fbaafe58735ed995f90dbeea44a6c39fb/build.gradle#L146