palantir/docker-compose-rule

Bintray latest maven dependency doesn't have latest code

adamboesch opened this issue · 4 comments

The latest 0.32 dependency doesn't seem to have #193 in it. My pom contains the following:

<dependency>
    <groupId>com.palantir.docker.compose</groupId>
    <artifactId>docker-compose-rule-junit4</artifactId>
    <version>0.32.0</version>
</dependency>

Looks like the jcenter synchronization is broken, the artifacts do appear on Bintray, but not on JCenter: https://palantir.bintray.com/releases/com/palantir/docker/compose/docker-compose-rule-core/

@iamdanfox can you take a look?

Hello,
I have the same issue:
Missing artifact com.palantir.docker.compose:docker-compose-rule-junit4:jar:0.32.0

@uschi2000 / @iamdanfox what action is needed here?