Skip to content

Commit

Permalink
opt code
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartDengg committed Jun 5, 2019
1 parent bc0623f commit e3634b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class DebounceIncrementalTransform extends Transform {
@Override
Set<QualifiedContent.Scope> getScopes() {
if (project.plugins.hasPlugin(AppPlugin)) return TransformManager.SCOPE_FULL_PROJECT
return QualifiedContent.Scope.PROJECT
return TransformManager.PROJECT_ONLY
}

@Override
Expand Down

0 comments on commit e3634b0

Please sign in to comment.