mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix tests
This commit is contained in:
+1
-1
@@ -259,7 +259,7 @@ public class MavenModuleImporter {
|
||||
|
||||
List<String> processors = myMavenProject.getDeclaredAnnotationProcessors();
|
||||
|
||||
if (processors == null && options.isEmpty() && "target/generated-sources/annotations".equals(annotationProcessorDirectory)) {
|
||||
if (processors == null && options.isEmpty() && "target/generated-sources/annotations".equals(annotationProcessorDirectory.replace('\\', '/'))) {
|
||||
if (moduleProfile != null) {
|
||||
compilerConfiguration.removeModuleProcessorProfile(moduleProfile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user