Bintray latest maven dependency doesn't have latest code
adamboesch opened this issue · 4 comments
adamboesch commented
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>
uschi2000 commented
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/
uschi2000 commented
@iamdanfox can you take a look?
Deleted user commented
Hello,
I have the same issue:
Missing artifact com.palantir.docker.compose:docker-compose-rule-junit4:jar:0.32.0
dotCipher commented
@uschi2000 / @iamdanfox what action is needed here?