Skip to content

Commit 147751c

Browse files
Update with latests changes provided by Google including a switch to … (#270)
* Update with latests changes provided by Google including a switch to having the project setup as a provider * Add a bit of additional functionality * Fix test * Add support from #279 for custom base sha * Fix test failing
1 parent 74b5b8d commit 147751c

File tree

17 files changed

+1067
-1045
lines changed

17 files changed

+1067
-1045
lines changed

affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleConfiguration.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ package com.dropbox.affectedmoduledetector
22

33
import com.dropbox.affectedmoduledetector.util.toOsSpecificPath
44
import java.io.File
5+
import java.io.Serializable
56

6-
class AffectedModuleConfiguration {
7+
class AffectedModuleConfiguration : Serializable {
78

89
/**
910
* Implementation of [AffectedModuleTaskType] for easy adding of custom gradle task to

0 commit comments

Comments
 (0)