Max Petrov
Max Petrov
@l3r8yJ what should be deleted?
@volodya-lombrozo please assist
@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....
@yasamprom please assist
@yegor256 completed
@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?
@potatmen Can you please handle this?