Mockito 2.17.0 is not available in Maven Central
See original GitHub issueDespite of having a [ci maven-central-release] Release 2.17.0
commit message the release is not available in Maven Central - 404 (as for now - 18 hours after the release) .
Looking at the Travis logs everything seems to be ok:
[performRelease] :bintrayUpload - publishing to Bintray
[performRelease] - dry run: false, version: 2.17.0, Maven Central sync: true
[performRelease] - user/org: szczepiq/mockito, repository/package: maven/mockito
[performRelease] :performRelease
[performRelease]
[performRelease] Release shipped!
[performRelease] - Release notes: https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md
[performRelease] Release was using following settings:
[performRelease] - commit message contains '[ci maven-central-release]': true
[performRelease] - project property 'maven-central-release' exists: false
[performRelease] - Maven Central release is enabled: true
[performRelease]
[performRelease] BUILD SUCCESSFUL in 1m 20s
Could you guys check if there is no error reported in Bintray on synchronization? The version is available in the “stable” Mockito repository.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
[OSSRH-38658] Mockito artifact not available in Maven Central
The good news is that things are mostly fixed. Newly published artifacts from Sunday night onwards should have synced normally. We running ...
Read more >mockito-core » 2.17.0 - Maven Repository
Mockito Core » 2.17.0. Mockito mock objects library core API and implementation ... Note: There is a new version for this artifact ...
Read more >How to fix MockitoExtension.class not resolved error
I have updated and edited my POM files (multiple POMs because my project is a multi-maven project). It seems that my IDE (IntellIj...
Read more >Convenient mocking in Mockito with JUnit 5 – the official way
2 instead of 2.17.0. That “development” version is not available in the Maven Central and the extra Bintray repository has to be added....
Read more >Core 2.27.5 is not published to Maven Central #1721 - GitHub
Seems like mockito-core is not available in Maven Central. The latest version here is 2.27.0. The strange thing is — mockito-inline, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has been resolved per https://issues.sonatype.org/browse/OSSRH-38658?focusedCommentId=470757
Thanks @TimvdLippe for taking care of it.