running pure jupiter application (excluding junit) generates this error:
java: cannot access org.junit.rules.TestRule class file for org.junit.rules.TestRule not found
when having this code
@Container private static final RedisContainer REDIS_CONTAINER = new RedisContainer(DockerImageName.parse("redis:5.0.3-alpine")).withExposedPorts(6379);