Skip to content

Commit

Permalink
Update with latests changes provided by Google including a switch to …
Browse files Browse the repository at this point in the history
…having the project setup as a provider
  • Loading branch information
joshafeinberg committed Nov 6, 2024
1 parent 10077fc commit e2aff0c
Show file tree
Hide file tree
Showing 17 changed files with 1,019 additions and 1,010 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package com.dropbox.affectedmoduledetector

import com.dropbox.affectedmoduledetector.util.toOsSpecificPath
import java.io.File
import java.io.Serializable

class AffectedModuleConfiguration {
class AffectedModuleConfiguration : Serializable {

/**
* Implementation of [AffectedModuleTaskType] for easy adding of custom gradle task to
Expand Down
Loading

0 comments on commit e2aff0c

Please sign in to comment.