spekframework / spek

A specification framework for Kotlin
Other
2.23k stars 180 forks source link

JCenter migration issue, spek-runtime is missing #976

Open DebashisPorter opened 3 years ago

DebashisPorter commented 3 years ago

Using the latest spek version i.e is 2.0.16 which has JCenter removed and is published to maven is failing to build with the below issue: Could not find spek:spek-runtime:2.0.16 This spek-runtime is being required internally by spek-runner-junit5 but spek-runtime is not moved to JCenter and it is also not there with version 2.0.16 and build is failing because of this.

raniejade commented 3 years ago

2.0.17 is out which contain the fix, @DebashisPorter can you verify that it is working for you?