Skip to content

Commit

Permalink
Merge pull request #184 from simplivity/bugfix-link-needs-equals-hash…
Browse files Browse the repository at this point in the history
…code

Fix Link class to be usable as task input
  • Loading branch information
DanielThomas committed May 31, 2016
2 parents 8b65d3d + c058a88 commit 663ed72
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

package com.netflix.gradle.plugins.packaging

import groovy.transform.EqualsAndHashCode

@EqualsAndHashCode
class Link implements Serializable {
String path
String target
Expand Down

0 comments on commit 663ed72

Please sign in to comment.