Skip to content

Commit b68db5f

Browse files
author
archinamon
committed
fixed missed test config;
1 parent 4901535 commit b68db5f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

AspectJ-gradle/src/main/groovy/com/archinamon/api/AspectTransform.groovy

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,7 @@ class AspectTransform extends Transform {
107107

108108
@Override
109109
Set<QualifiedContent.Scope> getReferencedScopes() {
110-
return Sets.immutableEnumSet(
111-
QualifiedContent.Scope.PROJECT,
112-
QualifiedContent.Scope.PROJECT_LOCAL_DEPS,
113-
QualifiedContent.Scope.SUB_PROJECTS,
114-
QualifiedContent.Scope.SUB_PROJECTS_LOCAL_DEPS,
115-
QualifiedContent.Scope.EXTERNAL_LIBRARIES,
116-
QualifiedContent.Scope.PROVIDED_ONLY
117-
);
110+
return TransformManager.SCOPE_FULL_PROJECT;
118111
}
119112

120113
@Override

0 commit comments

Comments
 (0)