sashapolo commented on code in PR #1445:
URL: https://github.com/apache/ignite-3/pull/1445#discussion_r1047584312


##########
modules/core/src/testFixtures/java/org/apache/ignite/internal/testframework/WorkDirectoryExtension.java:
##########
@@ -270,4 +270,15 @@ private static boolean isEmpty(Path dir) throws 
IOException {
         }
     }
 
+    private static Path getBasePath() {
+        // Maven build folder
+        Path mavenPath = Path.of("target");

Review Comment:
   Somebody is still using Maven, I don't want to ruin the Ignite experience 
for them)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to