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

feat: add logs

parent ff80285d
No related merge requests found
......@@ -47,13 +47,17 @@ class MultiprojectEvaluatorTest {
}
if (files.size() <= 2) {
if (testRequiremodule("java.sql", dir) && dbStore == null) {
System.out.println("asign into db store: " + dir.getFileName().toString());
dbStore = dir;
} else {
System.out.println("asign into file store: " + dir.getFileName().toString());
fileStore = dir;
}
} else if (files.size() <= 3) {
System.out.println("asign into common: " + dir.getFileName().toString());
common = dir;
} else if (files.size() > 5) {
System.out.println("asign into game: " + dir.getFileName().toString());
game = 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