mfuerstenau / gradle-buildconfig-plugin

A BuildConfig plugin for Gradle java projects
MIT License
173 stars 20 forks source link

typos fixed and examples for build timestamp added #13

Closed p-schneider closed 7 years ago

p-schneider commented 7 years ago

I think it can sometimes be useful to also have the time of the build be accessible to the compiled app, so I added three different examples on how to add the build timestamp into the BuildConfig (the last one uses the java.time.* API that was added in java 8)