rharter / auto-value-gson

AutoValue Extension to add Gson De/Serializer support
Apache License 2.0
607 stars 103 forks source link

Introduce legacy artifact for existing users #239

Closed ZacSweers closed 4 years ago

ZacSweers commented 4 years ago

This separates out the existing auto-value-gson artifact to be auto-value-gson-extension and just makes a shim auto-value-gson artifact for legacy reasons that just delegates to both.

Opportunistically enabled github actions like we have on auto-value-moshi. Commented out the sonatype uploads for now but left for future use