mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
RepositoryRef Serializable
This is necessary to support caching of tasks that use RepsitoryRef as inputs or outputs. Issue gh-11158
This commit is contained in:
parent
e4f5d2c6ef
commit
451873fdb7
@ -1,6 +1,11 @@
|
||||
package org.springframework.gradle.github;
|
||||
|
||||
public class RepositoryRef {
|
||||
import java.io.Serializable;
|
||||
|
||||
public class RepositoryRef implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 7151218536746822797L;
|
||||
|
||||
private String owner;
|
||||
|
||||
private String name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user