Skip to content

Commit

Permalink
Merge pull request #140 from rahulsom/make-releaseversion-serializable
Browse files Browse the repository at this point in the history
Make ReleaseVersion Serializable
  • Loading branch information
rpalcolea committed Apr 7, 2019
2 parents 0254ce8 + 63ebd3f commit bf3a8f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ import groovy.transform.Immutable
* inference.
*/
@Immutable
class ReleaseVersion {
class ReleaseVersion implements Serializable {
/**
* The version that should be used by the project.
*/
Expand Down

0 comments on commit bf3a8f3

Please sign in to comment.