Max Petrov

Results 165 comments of Max Petrov

@l3r8yJ what should be deleted?

@Karina5005 Could you please take it.

@Karina5005 We have `PullMojo` which requires remote connection for getting objects from Objectionary. It is executed during the build/tests. So we need to skip downloading if there is not connection....

@kerelape Can you please add the log of the `TranspileMojoTest.recompileIfModified` test: any errors or warnings in it? I didn't manage to reproduce it with my MacOS/JDK18

@kerelape It looks like environmental issue specific to your env. There is a code in `TranspileMojoTest.recompileIfModified`: ```java final long before = java.toFile().lastModified(); Assertions.assertTrue(src.toFile().setLastModified(before + 1)); new Moja(TranspileMojo.class) .with("project", new MavenProjectStub())...

@kerelape any luck?