Merge branch '1.4.x' into 1.5.x
This commit is contained in:
@@ -401,8 +401,8 @@ class ImportsContextCustomizer implements ContextCustomizer {
|
||||
|
||||
@Override
|
||||
public boolean isIgnored(Annotation annotation) {
|
||||
return annotation.annotationType().getName()
|
||||
.startsWith("org.spockframework.");
|
||||
return annotation.annotationType().getName().startsWith("org.spockframework.")
|
||||
|| annotation.annotationType().getName().startsWith("spock.");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user