Describe the bug
Latest final version of cucumber-java was released inside the Maven Central repository, but it seems that the JAR file cannot be downloaded
To Reproduce
https://repo1.maven.org/maven2/io/cucumber/cucumber-java/5.0.0/cucumber-java-5.0.0.jar
Not Found
Maven Central is having issues with their CDN. You may have to wait until Monday to see it fixed. Micro meter is having the same issues. See:
Mean while you can checkout v5.0.0 and build it with mvn clean install -DskipTests -DskipITs.
Thanks!
@mpkorstanje , I know it's reported here:
https://issues.sonatype.org/browse/OSSRH-54620
Would you consider uploading a new 5.0.1 release to maven central?
Issue is fixed.
All cucumber jvm dependencies with final version 5.0.0 can now be downloaded.
Thanks @mpkorstanje
Make sure to run Maven with -U to purge the cached failures.