Skip to content
Snippets Groups Projects
Commit c1043501 authored by jez04's avatar jez04
Browse files

fix: frong condition

parent b5576178
No related merge requests found
...@@ -50,7 +50,7 @@ public class MultiprojectEvaluator { ...@@ -50,7 +50,7 @@ public class MultiprojectEvaluator {
continue; continue;
} }
if (files.size() <= 2) { if (files.size() <= 2) {
if (testRequiremodule("java.sql", dir) && dbStore != null) { if (testRequiremodule("java.sql", dir) && dbStore == null) {
dbStore = dir; dbStore = dir;
} else { } else {
fileStore = dir; fileStore = dir;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment