Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 299 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 299 Bytes

serialver-gradle

A gradle task to insert/replace the serialVersionUID field in Serializable classes.

The serialVersionUID is injected directly in the generated bytecode.

## Acknowledgement

Using Gradle Javassist Plugin by darylteo